Class: Aws::Types::EnableOrganizationAdminAccountResponse
- Inherits:
-
Object
- Object
- Aws::Types::EnableOrganizationAdminAccountResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#admin_account_id ⇒ ::String
Returns the value of attribute admin_account_id.
-
#feature ⇒ "SecurityHub", "SecurityHubV2"
Returns the value of attribute feature.
Instance Attribute Details
#admin_account_id ⇒ ::String
Returns the value of attribute admin_account_id.
5668 5669 5670 |
# File 'sig/types.rbs', line 5668 def admin_account_id @admin_account_id end |
#feature ⇒ "SecurityHub", "SecurityHubV2"
Returns the value of attribute feature.
5669 5670 5671 |
# File 'sig/types.rbs', line 5669 def feature @feature end |