Class: Aws::EC2::Types::ReplaceRouteTableAssociationResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::ReplaceRouteTableAssociationResult
 
- Defined in:
- gems/aws-sdk-ec2/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.
| 66190 66191 66192 66193 66194 66195 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66190 class ReplaceRouteTableAssociationResult < Struct.new( :new_association_id, :association_state) SENSITIVE = [] include Aws::Structure end | 
#new_association_id ⇒ String
The ID of the new association.
| 66190 66191 66192 66193 66194 66195 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66190 class ReplaceRouteTableAssociationResult < Struct.new( :new_association_id, :association_state) SENSITIVE = [] include Aws::Structure end |