Class: Aws::Types::PublicIpv4PoolRange

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address_count::Integer

Returns the value of attribute address_count.

Returns:

  • (::Integer)


15718
15719
15720
# File 'sig/types.rbs', line 15718

def address_count
  @address_count
end

#available_address_count::Integer

Returns the value of attribute available_address_count.

Returns:

  • (::Integer)


15719
15720
15721
# File 'sig/types.rbs', line 15719

def available_address_count
  @available_address_count
end

#first_address::String

Returns the value of attribute first_address.

Returns:

  • (::String)


15716
15717
15718
# File 'sig/types.rbs', line 15716

def first_address
  @first_address
end

#last_address::String

Returns the value of attribute last_address.

Returns:

  • (::String)


15717
15718
15719
# File 'sig/types.rbs', line 15717

def last_address
  @last_address
end