Class: Aws::Types::GetIpamDiscoveredAccountsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetIpamDiscoveredAccountsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipam_discovered_accounts ⇒ ::Array[Types::IpamDiscoveredAccount]
Returns the value of attribute ipam_discovered_accounts.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#ipam_discovered_accounts ⇒ ::Array[Types::IpamDiscoveredAccount]
Returns the value of attribute ipam_discovered_accounts.
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.
10032 10033 10034 |
# File 'sig/types.rbs', line 10032 def next_token @next_token end |