Class: Aws::Types::ListDedicatedIpPoolsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dedicated_ip_pools::Array[::String]

Returns the value of attribute dedicated_ip_pools.

Returns:

  • (::Array[::String])


1206
1207
1208
# File 'sig/types.rbs', line 1206

def dedicated_ip_pools
  @dedicated_ip_pools
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1207
1208
1209
# File 'sig/types.rbs', line 1207

def next_token
  @next_token
end