Class: Aws::Types::ListMemberAccountsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListMemberAccountsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#member_accounts ⇒ ::Array[::String]
Returns the value of attribute member_accounts.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#member_accounts ⇒ ::Array[::String]
Returns the value of attribute member_accounts.
576 577 578 |
# File 'sig/types.rbs', line 576 def member_accounts @member_accounts end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
577 578 579 |
# File 'sig/types.rbs', line 577 def next_token @next_token end |