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.
11874 11875 11876 11877 11878 |
# File 'lib/aws-sdk-ec2/types.rb', line 11874 class CreateTransitGatewayResult < Struct.new( :transit_gateway) SENSITIVE = [] include Aws::Structure end |