Class: Aws::EC2::Types::CreateTransitGatewayPolicyTableResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateTransitGatewayPolicyTableResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transit_gateway_policy_table ⇒ Types::TransitGatewayPolicyTable
Describes the created transit gateway policy table.
Instance Attribute Details
#transit_gateway_policy_table ⇒ Types::TransitGatewayPolicyTable
Describes the created transit gateway policy table.
12717 12718 12719 12720 12721 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12717 class CreateTransitGatewayPolicyTableResult < Struct.new( :transit_gateway_policy_table) SENSITIVE = [] include Aws::Structure end |