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.
67541 67542 67543 67544 67545 67546 67547 67548 67549 67550 67551 67552 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67541 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.
67541 67542 67543 67544 67545 67546 67547 67548 67549 67550 67551 67552 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67541 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.
67541 67542 67543 67544 67545 67546 67547 67548 67549 67550 67551 67552 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67541 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.
67541 67542 67543 67544 67545 67546 67547 67548 67549 67550 67551 67552 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67541 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.
67541 67542 67543 67544 67545 67546 67547 67548 67549 67550 67551 67552 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67541 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.
67541 67542 67543 67544 67545 67546 67547 67548 67549 67550 67551 67552 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67541 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.
67541 67542 67543 67544 67545 67546 67547 67548 67549 67550 67551 67552 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67541 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.
67541 67542 67543 67544 67545 67546 67547 67548 67549 67550 67551 67552 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67541 class TransitGateway < Struct.new( :transit_gateway_id, :transit_gateway_arn, :state, :owner_id, :description, :creation_time, :options, :tags) SENSITIVE = [] include Aws::Structure end |