Class: Aws::EC2::Types::ReplaceNetworkAclAssociationResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ReplaceNetworkAclAssociationResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #new_association_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the new association.
 
Instance Attribute Details
#new_association_id ⇒ String
The ID of the new association.
      60770 60771 60772 60773 60774  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 60770 class ReplaceNetworkAclAssociationResult < Struct.new( :new_association_id) SENSITIVE = [] include Aws::Structure end  |