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:



10127
10128
10129
# File 'sig/types.rbs', line 10127

def ipam_pool_cidrs
  @ipam_pool_cidrs
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10128
10129
10130
# File 'sig/types.rbs', line 10128

def next_token
  @next_token
end