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.
46887 46888 46889 46890 46891 46892 46893 46894 |
# File 'lib/aws-sdk-ec2/types.rb', line 46887 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.
46887 46888 46889 46890 46891 46892 46893 46894 |
# File 'lib/aws-sdk-ec2/types.rb', line 46887 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.
46887 46888 46889 46890 46891 46892 46893 46894 |
# File 'lib/aws-sdk-ec2/types.rb', line 46887 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.
46887 46888 46889 46890 46891 46892 46893 46894 |
# File 'lib/aws-sdk-ec2/types.rb', line 46887 class Ipv6Pool < Struct.new( :pool_id, :description, :pool_cidr_blocks, :tags) SENSITIVE = [] include Aws::Structure end |