Class: Aws::Types::GetIpamDiscoveredAccountsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ipam_discovered_accounts::Array[Types::IpamDiscoveredAccount]

Returns the value of attribute ipam_discovered_accounts.

Returns:



10256
10257
10258
# File 'sig/types.rbs', line 10256

def ipam_discovered_accounts
  @ipam_discovered_accounts
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10257
10258
10259
# File 'sig/types.rbs', line 10257

def next_token
  @next_token
end