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.
49593 49594 49595 49596 49597 49598 49599 49600 49601 49602 49603 49604 49605 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49593 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.
49593 49594 49595 49596 49597 49598 49599 49600 49601 49602 49603 49604 49605 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49593 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.
49593 49594 49595 49596 49597 49598 49599 49600 49601 49602 49603 49604 49605 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49593 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.
49593 49594 49595 49596 49597 49598 49599 49600 49601 49602 49603 49604 49605 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49593 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.
49593 49594 49595 49596 49597 49598 49599 49600 49601 49602 49603 49604 49605 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49593 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.
49593 49594 49595 49596 49597 49598 49599 49600 49601 49602 49603 49604 49605 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49593 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.
49593 49594 49595 49596 49597 49598 49599 49600 49601 49602 49603 49604 49605 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49593 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.
49593 49594 49595 49596 49597 49598 49599 49600 49601 49602 49603 49604 49605 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49593 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.
49593 49594 49595 49596 49597 49598 49599 49600 49601 49602 49603 49604 49605 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49593 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 |