Class: Aws::EC2::Types::RouteTableAssociation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::RouteTableAssociation
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes an association between a route table and a subnet or gateway.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #association_state  ⇒ Types::RouteTableAssociationState 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the association.
 - 
  
    
      #gateway_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the internet gateway or virtual private gateway.
 - 
  
    
      #main  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether this is the main route table.
 - 
  
    
      #route_table_association_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the association.
 - 
  
    
      #route_table_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the route table.
 - 
  
    
      #subnet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the subnet.
 
Instance Attribute Details
#association_state ⇒ Types::RouteTableAssociationState
The state of the association.
      63314 63315 63316 63317 63318 63319 63320 63321 63322 63323  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63314 class RouteTableAssociation < Struct.new( :main, :route_table_association_id, :route_table_id, :subnet_id, :gateway_id, :association_state) SENSITIVE = [] include Aws::Structure end  | 
  
#gateway_id ⇒ String
The ID of the internet gateway or virtual private gateway.
      63314 63315 63316 63317 63318 63319 63320 63321 63322 63323  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63314 class RouteTableAssociation < Struct.new( :main, :route_table_association_id, :route_table_id, :subnet_id, :gateway_id, :association_state) SENSITIVE = [] include Aws::Structure end  | 
  
#main ⇒ Boolean
Indicates whether this is the main route table.
      63314 63315 63316 63317 63318 63319 63320 63321 63322 63323  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63314 class RouteTableAssociation < Struct.new( :main, :route_table_association_id, :route_table_id, :subnet_id, :gateway_id, :association_state) SENSITIVE = [] include Aws::Structure end  | 
  
#route_table_association_id ⇒ String
The ID of the association.
      63314 63315 63316 63317 63318 63319 63320 63321 63322 63323  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63314 class RouteTableAssociation < Struct.new( :main, :route_table_association_id, :route_table_id, :subnet_id, :gateway_id, :association_state) SENSITIVE = [] include Aws::Structure end  | 
  
#route_table_id ⇒ String
The ID of the route table.
      63314 63315 63316 63317 63318 63319 63320 63321 63322 63323  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63314 class RouteTableAssociation < Struct.new( :main, :route_table_association_id, :route_table_id, :subnet_id, :gateway_id, :association_state) SENSITIVE = [] include Aws::Structure end  | 
  
#subnet_id ⇒ String
The ID of the subnet. A subnet ID is not returned for an implicit association.
      63314 63315 63316 63317 63318 63319 63320 63321 63322 63323  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63314 class RouteTableAssociation < Struct.new( :main, :route_table_association_id, :route_table_id, :subnet_id, :gateway_id, :association_state) SENSITIVE = [] include Aws::Structure end  |