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
show all
Defined in:
(unknown)

Overview

Describes an IPv6 address pool.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description for the address pool.

Returns:

  • (String)

    The description for the address pool.

#pool_cidr_blocksArray<Types::PoolCidrBlock>

The CIDR blocks for the address pool.

Returns:

#pool_idString

The ID of the address pool.

Returns:

  • (String)

    The ID of the address pool.

#tagsArray<Types::Tag>

Any tags for the address pool.

Returns:

  • (Array<Types::Tag>)

    Any tags for the address pool.