Class: Aws::Types::GetOrganizationAdminAccountResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetOrganizationAdminAccountResponse
- 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.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
Instance Attribute Details
#admin_account_id ⇒ ::String
Returns the value of attribute admin_account_id.
806 807 808 |
# File 'sig/types.rbs', line 806 def admin_account_id @admin_account_id end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
807 808 809 |
# File 'sig/types.rbs', line 807 def organization_id @organization_id end |