Class: Aws::EC2::Types::CreateTransitGatewayResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateTransitGatewayResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transit_gateway ⇒ Types::TransitGateway
Information about the transit gateway.
Instance Attribute Details
#transit_gateway ⇒ Types::TransitGateway
Information about the transit gateway.
12683 12684 12685 12686 12687 |
# File 'lib/aws-sdk-ec2/types.rb', line 12683 class CreateTransitGatewayResult < Struct.new( :transit_gateway) SENSITIVE = [] include Aws::Structure end |