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

Class: Aws::EC2::Types::PublicIpv4PoolRange

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

Overview

Describes an address range of an IPv4 address pool.

Instance Attribute Summary collapse

Instance Attribute Details

#address_countInteger

The number of addresses in the range.

Returns:

  • (Integer)

    The number of addresses in the range.

#available_address_countInteger

The number of available addresses in the range.

Returns:

  • (Integer)

    The number of available addresses in the range.

#first_addressString

The first IP address in the range.

Returns:

  • (String)

    The first IP address in the range.

#last_addressString

The last IP address in the range.

Returns:

  • (String)

    The last IP address in the range.