Class: Aws::EC2::Types::DisassociateSubnetCidrBlockResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DisassociateSubnetCidrBlockResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ipv_6_cidr_block_association  ⇒ Types::SubnetIpv6CidrBlockAssociation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the IPv6 CIDR block association.
 - 
  
    
      #subnet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the subnet.
 
Instance Attribute Details
#ipv_6_cidr_block_association ⇒ Types::SubnetIpv6CidrBlockAssociation
Information about the IPv6 CIDR block association.
      31971 31972 31973 31974 31975 31976  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 31971 class DisassociateSubnetCidrBlockResult < Struct.new( :ipv_6_cidr_block_association, :subnet_id) SENSITIVE = [] include Aws::Structure end  | 
  
#subnet_id ⇒ String
The ID of the subnet.
      31971 31972 31973 31974 31975 31976  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 31971 class DisassociateSubnetCidrBlockResult < Struct.new( :ipv_6_cidr_block_association, :subnet_id) SENSITIVE = [] include Aws::Structure end  |