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:



10369
10370
10371
# File 'sig/types.rbs', line 10369

def ipam_discovered_accounts
  @ipam_discovered_accounts
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10370
10371
10372
# File 'sig/types.rbs', line 10370

def next_token
  @next_token
end