Class: Aws::EC2::Types::DisassociateVpcCidrBlockResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DisassociateVpcCidrBlockResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cidr_block_association  ⇒ Types::VpcCidrBlockAssociation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the IPv4 CIDR block association.
 - 
  
    
      #ipv_6_cidr_block_association  ⇒ Types::VpcIpv6CidrBlockAssociation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the IPv6 CIDR block association.
 - 
  
    
      #vpc_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the VPC.
 
Instance Attribute Details
#cidr_block_association ⇒ Types::VpcCidrBlockAssociation
Information about the IPv4 CIDR block association.
      32180 32181 32182 32183 32184 32185 32186  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32180 class DisassociateVpcCidrBlockResult < Struct.new( :ipv_6_cidr_block_association, :cidr_block_association, :vpc_id) SENSITIVE = [] include Aws::Structure end  | 
  
#ipv_6_cidr_block_association ⇒ Types::VpcIpv6CidrBlockAssociation
Information about the IPv6 CIDR block association.
      32180 32181 32182 32183 32184 32185 32186  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32180 class DisassociateVpcCidrBlockResult < Struct.new( :ipv_6_cidr_block_association, :cidr_block_association, :vpc_id) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_id ⇒ String
The ID of the VPC.
      32180 32181 32182 32183 32184 32185 32186  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32180 class DisassociateVpcCidrBlockResult < Struct.new( :ipv_6_cidr_block_association, :cidr_block_association, :vpc_id) SENSITIVE = [] include Aws::Structure end  |