Class: Aws::EC2::Types::ReplaceRouteTableAssociationResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ReplaceRouteTableAssociationResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #association_state  ⇒ Types::RouteTableAssociationState 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the association.
 - 
  
    
      #new_association_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the new association.
 
Instance Attribute Details
#association_state ⇒ Types::RouteTableAssociationState
The state of the association.
      60523 60524 60525 60526 60527 60528  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 60523 class ReplaceRouteTableAssociationResult < Struct.new( :new_association_id, :association_state) SENSITIVE = [] include Aws::Structure end  | 
  
#new_association_id ⇒ String
The ID of the new association.
      60523 60524 60525 60526 60527 60528  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 60523 class ReplaceRouteTableAssociationResult < Struct.new( :new_association_id, :association_state) SENSITIVE = [] include Aws::Structure end  |