Class: Aws::EC2::Types::Ipv6Pool
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::Ipv6Pool
- Defined in:
- gems/aws-sdk-ec2/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.
47454 47455 47456 47457 47458 47459 47460 47461 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47454 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.
47454 47455 47456 47457 47458 47459 47460 47461 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47454 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.
47454 47455 47456 47457 47458 47459 47460 47461 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47454 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.
47454 47455 47456 47457 47458 47459 47460 47461 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47454 class Ipv6Pool < Struct.new( :pool_id, :description, :pool_cidr_blocks, :tags) SENSITIVE = [] include Aws::Structure end |