Class: Aws::Types::PutAdminAccountRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAdminAccountRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#admin_account ⇒ ::String
Returns the value of attribute admin_account.
-
#admin_scope ⇒ Types::AdminScope
Returns the value of attribute admin_scope.
Instance Attribute Details
#admin_account ⇒ ::String
Returns the value of attribute admin_account.
927 928 929 |
# File 'sig/types.rbs', line 927 def admin_account @admin_account end |
#admin_scope ⇒ Types::AdminScope
Returns the value of attribute admin_scope.
928 929 930 |
# File 'sig/types.rbs', line 928 def admin_scope @admin_scope end |