Class: Aws::EC2::Types::TransitGateway
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGateway
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a transit gateway.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The creation time.
-
#description ⇒ String
The description of the transit gateway.
-
#options ⇒ Types::TransitGatewayOptions
The transit gateway options.
-
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the transit gateway.
-
#state ⇒ String
The state of the transit gateway.
-
#tags ⇒ Array<Types::Tag>
The tags for the transit gateway.
-
#transit_gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the transit gateway.
-
#transit_gateway_id ⇒ String
The ID of the transit gateway.
Instance Attribute Details
#creation_time ⇒ Time
The creation time.
69339 69340 69341 69342 69343 69344 69345 69346 69347 69348 69349 69350 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69339 class TransitGateway < Struct.new( :transit_gateway_id, :transit_gateway_arn, :state, :owner_id, :description, :creation_time, :options, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the transit gateway.
69339 69340 69341 69342 69343 69344 69345 69346 69347 69348 69349 69350 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69339 class TransitGateway < Struct.new( :transit_gateway_id, :transit_gateway_arn, :state, :owner_id, :description, :creation_time, :options, :tags) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Types::TransitGatewayOptions
The transit gateway options.
69339 69340 69341 69342 69343 69344 69345 69346 69347 69348 69349 69350 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69339 class TransitGateway < Struct.new( :transit_gateway_id, :transit_gateway_arn, :state, :owner_id, :description, :creation_time, :options, :tags) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the transit gateway.
69339 69340 69341 69342 69343 69344 69345 69346 69347 69348 69349 69350 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69339 class TransitGateway < Struct.new( :transit_gateway_id, :transit_gateway_arn, :state, :owner_id, :description, :creation_time, :options, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the transit gateway.
69339 69340 69341 69342 69343 69344 69345 69346 69347 69348 69349 69350 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69339 class TransitGateway < Struct.new( :transit_gateway_id, :transit_gateway_arn, :state, :owner_id, :description, :creation_time, :options, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags for the transit gateway.
69339 69340 69341 69342 69343 69344 69345 69346 69347 69348 69349 69350 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69339 class TransitGateway < Struct.new( :transit_gateway_id, :transit_gateway_arn, :state, :owner_id, :description, :creation_time, :options, :tags) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the transit gateway.
69339 69340 69341 69342 69343 69344 69345 69346 69347 69348 69349 69350 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69339 class TransitGateway < Struct.new( :transit_gateway_id, :transit_gateway_arn, :state, :owner_id, :description, :creation_time, :options, :tags) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_id ⇒ String
The ID of the transit gateway.
69339 69340 69341 69342 69343 69344 69345 69346 69347 69348 69349 69350 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69339 class TransitGateway < Struct.new( :transit_gateway_id, :transit_gateway_arn, :state, :owner_id, :description, :creation_time, :options, :tags) SENSITIVE = [] include Aws::Structure end |