Class: Aws::Types::DisableOrganizationAdminAccountRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisableOrganizationAdminAccountRequest
- 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.
5589 5590 5591 |
# File 'sig/types.rbs', line 5589 def admin_account_id @admin_account_id end |
#feature ⇒ "SecurityHub", "SecurityHubV2"
Returns the value of attribute feature.
5590 5591 5592 |
# File 'sig/types.rbs', line 5590 def feature @feature end |