You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::Ipv6Pool
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::Ipv6Pool
 
- Defined in:
- (unknown)
Overview
Describes an IPv6 address pool.
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description for the address pool. 
- 
  
    
      #pool_cidr_blocks  ⇒ Array<Types::PoolCidrBlock> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The CIDR blocks for the address pool. 
- 
  
    
      #pool_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the address pool. 
- 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Any tags for the address pool. 
Instance Attribute Details
#description ⇒ String
The description for the address pool.
#pool_cidr_blocks ⇒ Array<Types::PoolCidrBlock>
The CIDR blocks for the address pool.
#pool_id ⇒ String
The ID of the address pool.
#tags ⇒ Array<Types::Tag>
Any tags for the address pool.