Class: Aws::Types::DescribePublicIpv4PoolsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7062
7063
7064
# File 'sig/types.rbs', line 7062

def next_token
  @next_token
end

#public_ipv_4_pools::Array[Types::PublicIpv4Pool]

Returns the value of attribute public_ipv_4_pools.

Returns:



7061
7062
7063
# File 'sig/types.rbs', line 7061

def public_ipv_4_pools
  @public_ipv_4_pools
end