Class: Aws::Types::GetIpamDiscoveredResourceCidrsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ipam_discovered_resource_cidrs::Array[Types::IpamDiscoveredResourceCidr]

Returns the value of attribute ipam_discovered_resource_cidrs.

Returns:



10396
10397
10398
# File 'sig/types.rbs', line 10396

def ipam_discovered_resource_cidrs
  @ipam_discovered_resource_cidrs
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10397
10398
10399
# File 'sig/types.rbs', line 10397

def next_token
  @next_token
end