Class: Aws::Types::ListOrganizationAdminAccountsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListOrganizationAdminAccountsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#feature ⇒ "SecurityHub", "SecurityHubV2"
Returns the value of attribute feature.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#feature ⇒ "SecurityHub", "SecurityHubV2"
Returns the value of attribute feature.
6525 6526 6527 |
# File 'sig/types.rbs', line 6525 def feature @feature end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6523 6524 6525 |
# File 'sig/types.rbs', line 6523 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6524 6525 6526 |
# File 'sig/types.rbs', line 6524 def next_token @next_token end |