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:



10031
10032
10033
# File 'sig/types.rbs', line 10031

def ipam_discovered_accounts
  @ipam_discovered_accounts
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10032
10033
10034
# File 'sig/types.rbs', line 10032

def next_token
  @next_token
end