Class: Aws::Types::GetIpamPoolCidrsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ipam_pool_cidrs::Array[Types::IpamPoolCidr]

Returns the value of attribute ipam_pool_cidrs.

Returns:



10352
10353
10354
# File 'sig/types.rbs', line 10352

def ipam_pool_cidrs
  @ipam_pool_cidrs
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10353
10354
10355
# File 'sig/types.rbs', line 10353

def next_token
  @next_token
end