Class: Aws::EC2::Types::Ipv6Pool
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::Ipv6Pool
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes an IPv6 address pool.
Constant Summary collapse
- SENSITIVE =
 []
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.
      47481 47482 47483 47484 47485 47486 47487 47488  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47481 class Ipv6Pool < Struct.new( :pool_id, :description, :pool_cidr_blocks, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#pool_cidr_blocks ⇒ Array<Types::PoolCidrBlock>
The CIDR blocks for the address pool.
      47481 47482 47483 47484 47485 47486 47487 47488  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47481 class Ipv6Pool < Struct.new( :pool_id, :description, :pool_cidr_blocks, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#pool_id ⇒ String
The ID of the address pool.
      47481 47482 47483 47484 47485 47486 47487 47488  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47481 class Ipv6Pool < Struct.new( :pool_id, :description, :pool_cidr_blocks, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
Any tags for the address pool.
      47481 47482 47483 47484 47485 47486 47487 47488  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47481 class Ipv6Pool < Struct.new( :pool_id, :description, :pool_cidr_blocks, :tags) SENSITIVE = [] include Aws::Structure end  |