Class: Aws::EC2::Types::LocalGatewayRouteTable
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::LocalGatewayRouteTable
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a local gateway route table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#local_gateway_id ⇒ String
The ID of the local gateway.
-
#local_gateway_route_table_arn ⇒ String
The Amazon Resource Name (ARN) of the local gateway route table.
-
#local_gateway_route_table_id ⇒ String
The ID of the local gateway route table.
-
#mode ⇒ String
The mode of the local gateway route table.
-
#outpost_arn ⇒ String
The Amazon Resource Name (ARN) of the Outpost.
-
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the local gateway route table.
-
#state ⇒ String
The state of the local gateway route table.
-
#state_reason ⇒ Types::StateReason
Information about the state change.
-
#tags ⇒ Array<Types::Tag>
The tags assigned to the local gateway route table.
Instance Attribute Details
#local_gateway_id ⇒ String
The ID of the local gateway.
47459 47460 47461 47462 47463 47464 47465 47466 47467 47468 47469 47470 47471 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47459 class LocalGatewayRouteTable < Struct.new( :local_gateway_route_table_id, :local_gateway_route_table_arn, :local_gateway_id, :outpost_arn, :owner_id, :state, :tags, :mode, :state_reason) SENSITIVE = [] include Aws::Structure end |
#local_gateway_route_table_arn ⇒ String
The Amazon Resource Name (ARN) of the local gateway route table.
47459 47460 47461 47462 47463 47464 47465 47466 47467 47468 47469 47470 47471 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47459 class LocalGatewayRouteTable < Struct.new( :local_gateway_route_table_id, :local_gateway_route_table_arn, :local_gateway_id, :outpost_arn, :owner_id, :state, :tags, :mode, :state_reason) SENSITIVE = [] include Aws::Structure end |
#local_gateway_route_table_id ⇒ String
The ID of the local gateway route table.
47459 47460 47461 47462 47463 47464 47465 47466 47467 47468 47469 47470 47471 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47459 class LocalGatewayRouteTable < Struct.new( :local_gateway_route_table_id, :local_gateway_route_table_arn, :local_gateway_id, :outpost_arn, :owner_id, :state, :tags, :mode, :state_reason) SENSITIVE = [] include Aws::Structure end |
#mode ⇒ String
The mode of the local gateway route table.
47459 47460 47461 47462 47463 47464 47465 47466 47467 47468 47469 47470 47471 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47459 class LocalGatewayRouteTable < Struct.new( :local_gateway_route_table_id, :local_gateway_route_table_arn, :local_gateway_id, :outpost_arn, :owner_id, :state, :tags, :mode, :state_reason) SENSITIVE = [] include Aws::Structure end |
#outpost_arn ⇒ String
The Amazon Resource Name (ARN) of the Outpost.
47459 47460 47461 47462 47463 47464 47465 47466 47467 47468 47469 47470 47471 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47459 class LocalGatewayRouteTable < Struct.new( :local_gateway_route_table_id, :local_gateway_route_table_arn, :local_gateway_id, :outpost_arn, :owner_id, :state, :tags, :mode, :state_reason) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the local gateway route table.
47459 47460 47461 47462 47463 47464 47465 47466 47467 47468 47469 47470 47471 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47459 class LocalGatewayRouteTable < Struct.new( :local_gateway_route_table_id, :local_gateway_route_table_arn, :local_gateway_id, :outpost_arn, :owner_id, :state, :tags, :mode, :state_reason) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the local gateway route table.
47459 47460 47461 47462 47463 47464 47465 47466 47467 47468 47469 47470 47471 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47459 class LocalGatewayRouteTable < Struct.new( :local_gateway_route_table_id, :local_gateway_route_table_arn, :local_gateway_id, :outpost_arn, :owner_id, :state, :tags, :mode, :state_reason) SENSITIVE = [] include Aws::Structure end |
#state_reason ⇒ Types::StateReason
Information about the state change.
47459 47460 47461 47462 47463 47464 47465 47466 47467 47468 47469 47470 47471 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47459 class LocalGatewayRouteTable < Struct.new( :local_gateway_route_table_id, :local_gateway_route_table_arn, :local_gateway_id, :outpost_arn, :owner_id, :state, :tags, :mode, :state_reason) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags assigned to the local gateway route table.
47459 47460 47461 47462 47463 47464 47465 47466 47467 47468 47469 47470 47471 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47459 class LocalGatewayRouteTable < Struct.new( :local_gateway_route_table_id, :local_gateway_route_table_arn, :local_gateway_id, :outpost_arn, :owner_id, :state, :tags, :mode, :state_reason) SENSITIVE = [] include Aws::Structure end |