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
permalink #transit_gateway ⇒ Types::TransitGateway
Information about the transit gateway.
12833 12834 12835 12836 12837 |
# File 'lib/aws-sdk-ec2/types.rb', line 12833 class CreateTransitGatewayResult < Struct.new( :transit_gateway) SENSITIVE = [] include Aws::Structure end |