Class: Aws::Types::ListOrganizationAdminAccountsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListOrganizationAdminAccountsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#admin_accounts ⇒ ::Array[Types::AdminAccount]
Returns the value of attribute admin_accounts.
-
#feature ⇒ "SecurityHub", "SecurityHubV2"
Returns the value of attribute feature.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#admin_accounts ⇒ ::Array[Types::AdminAccount]
Returns the value of attribute admin_accounts.
6530 6531 6532 |
# File 'sig/types.rbs', line 6530 def admin_accounts @admin_accounts end |
#feature ⇒ "SecurityHub", "SecurityHubV2"
Returns the value of attribute feature.
6532 6533 6534 |
# File 'sig/types.rbs', line 6532 def feature @feature end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6531 6532 6533 |
# File 'sig/types.rbs', line 6531 def next_token @next_token end |