Class: Aws::EC2::Types::AssociateRouteTableResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::AssociateRouteTableResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #association_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The route table association ID.
 - 
  
    
      #association_state  ⇒ Types::RouteTableAssociationState 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the association.
 
Instance Attribute Details
#association_id ⇒ String
The route table association ID. This ID is required for disassociating the route table.
      2440 2441 2442 2443 2444 2445  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 2440 class AssociateRouteTableResult < Struct.new( :association_id, :association_state) SENSITIVE = [] include Aws::Structure end  | 
  
#association_state ⇒ Types::RouteTableAssociationState
The state of the association.
      2440 2441 2442 2443 2444 2445  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 2440 class AssociateRouteTableResult < Struct.new( :association_id, :association_state) SENSITIVE = [] include Aws::Structure end  |