Class: Aws::EC2::Types::LocalGatewayRouteTable
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::LocalGatewayRouteTable
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      50074 50075 50076 50077 50078 50079 50080 50081 50082 50083 50084 50085 50086  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 50074 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.
      50074 50075 50076 50077 50078 50079 50080 50081 50082 50083 50084 50085 50086  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 50074 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.
      50074 50075 50076 50077 50078 50079 50080 50081 50082 50083 50084 50085 50086  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 50074 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.
      50074 50075 50076 50077 50078 50079 50080 50081 50082 50083 50084 50085 50086  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 50074 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.
      50074 50075 50076 50077 50078 50079 50080 50081 50082 50083 50084 50085 50086  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 50074 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.
      50074 50075 50076 50077 50078 50079 50080 50081 50082 50083 50084 50085 50086  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 50074 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.
      50074 50075 50076 50077 50078 50079 50080 50081 50082 50083 50084 50085 50086  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 50074 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.
      50074 50075 50076 50077 50078 50079 50080 50081 50082 50083 50084 50085 50086  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 50074 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.
      50074 50075 50076 50077 50078 50079 50080 50081 50082 50083 50084 50085 50086  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 50074 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  |