Class: Aws::Types::EnableOrganizationAdminAccountRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnableOrganizationAdminAccountRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
Instance Attribute Details
#admin_account_id ⇒ ::String
Returns the value of attribute admin_account_id.
656 657 658 |
# File 'sig/types.rbs', line 656 def admin_account_id @admin_account_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
657 658 659 |
# File 'sig/types.rbs', line 657 def client_token @client_token end |