Class: Aws::Types::ListDelegatedAdminAccountsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDelegatedAdminAccountsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delegated_admin_accounts ⇒ ::Array[Types::DelegatedAdminAccount]
Returns the value of attribute delegated_admin_accounts.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#delegated_admin_accounts ⇒ ::Array[Types::DelegatedAdminAccount]
Returns the value of attribute delegated_admin_accounts.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def delegated_admin_accounts @delegated_admin_accounts end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2100 2101 2102 |
# File 'sig/types.rbs', line 2100 def next_token @next_token end |