You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::CoipPool

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a customer-owned address pool.

Instance Attribute Summary collapse

Instance Attribute Details

#local_gateway_route_table_idString

The ID of the local gateway route table.

Returns:

  • (String)

    The ID of the local gateway route table.

#pool_arnString

The ARN of the address pool.

Returns:

  • (String)

    The ARN of the address pool.

#pool_cidrsArray<String>

The address ranges of the address pool.

Returns:

  • (Array<String>)

    The address ranges of the address pool.

#pool_idString

The ID of the address pool.

Returns:

  • (String)

    The ID of the address pool.

#tagsArray<Types::Tag>

The tags.

Returns: