Class: Aws::EC2::Types::CoipPool
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CoipPool
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a customer-owned address pool.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #local_gateway_route_table_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the local gateway route table.
 - 
  
    
      #pool_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the address pool.
 - 
  
    
      #pool_cidrs  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The address ranges of the address pool.
 - 
  
    
      #pool_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the address pool.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags.
 
Instance Attribute Details
#local_gateway_route_table_id ⇒ String
The ID of the local gateway route table.
      6658 6659 6660 6661 6662 6663 6664 6665 6666  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 6658 class CoipPool < Struct.new( :pool_id, :pool_cidrs, :local_gateway_route_table_id, :tags, :pool_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#pool_arn ⇒ String
The ARN of the address pool.
      6658 6659 6660 6661 6662 6663 6664 6665 6666  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 6658 class CoipPool < Struct.new( :pool_id, :pool_cidrs, :local_gateway_route_table_id, :tags, :pool_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#pool_cidrs ⇒ Array<String>
The address ranges of the address pool.
      6658 6659 6660 6661 6662 6663 6664 6665 6666  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 6658 class CoipPool < Struct.new( :pool_id, :pool_cidrs, :local_gateway_route_table_id, :tags, :pool_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#pool_id ⇒ String
The ID of the address pool.
      6658 6659 6660 6661 6662 6663 6664 6665 6666  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 6658 class CoipPool < Struct.new( :pool_id, :pool_cidrs, :local_gateway_route_table_id, :tags, :pool_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
The tags.
      6658 6659 6660 6661 6662 6663 6664 6665 6666  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 6658 class CoipPool < Struct.new( :pool_id, :pool_cidrs, :local_gateway_route_table_id, :tags, :pool_arn) SENSITIVE = [] include Aws::Structure end  |