Class: Aws::Types::GetAdminScopeResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAdminScopeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#admin_scope ⇒ Types::AdminScope
Returns the value of attribute admin_scope.
-
#status ⇒ "ONBOARDING", ...
Returns the value of attribute status.
Instance Attribute Details
#admin_scope ⇒ Types::AdminScope
Returns the value of attribute admin_scope.
358 359 360 |
# File 'sig/types.rbs', line 358 def admin_scope @admin_scope end |
#status ⇒ "ONBOARDING", ...
Returns the value of attribute status.
359 360 361 |
# File 'sig/types.rbs', line 359 def status @status end |