Class: Aws::EC2::Types::VpcCidrBlockAssociation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VpcCidrBlockAssociation
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes an IPv4 CIDR block associated with a VPC.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #association_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The association ID for the IPv4 CIDR block.
 - 
  
    
      #cidr_block  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IPv4 CIDR block.
 - 
  
    
      #cidr_block_state  ⇒ Types::VpcCidrBlockState 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the state of the CIDR block.
 
Instance Attribute Details
#association_id ⇒ String
The association ID for the IPv4 CIDR block.
      73214 73215 73216 73217 73218 73219 73220  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73214 class VpcCidrBlockAssociation < Struct.new( :association_id, :cidr_block, :cidr_block_state) SENSITIVE = [] include Aws::Structure end  | 
  
#cidr_block ⇒ String
The IPv4 CIDR block.
      73214 73215 73216 73217 73218 73219 73220  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73214 class VpcCidrBlockAssociation < Struct.new( :association_id, :cidr_block, :cidr_block_state) SENSITIVE = [] include Aws::Structure end  | 
  
#cidr_block_state ⇒ Types::VpcCidrBlockState
Information about the state of the CIDR block.
      73214 73215 73216 73217 73218 73219 73220  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73214 class VpcCidrBlockAssociation < Struct.new( :association_id, :cidr_block, :cidr_block_state) SENSITIVE = [] include Aws::Structure end  |