Class: Aws::Types::DisableOrganizationsRootCredentialsManagementResponse
- Inherits:
-
Object
- Object
- Aws::Types::DisableOrganizationsRootCredentialsManagementResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled_features ⇒ ::Array[("RootCredentialsManagement" | "RootSessions")]
Returns the value of attribute enabled_features.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
Instance Attribute Details
#enabled_features ⇒ ::Array[("RootCredentialsManagement" | "RootSessions")]
Returns the value of attribute enabled_features.
536 537 538 |
# File 'sig/types.rbs', line 536 def enabled_features @enabled_features end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
535 536 537 |
# File 'sig/types.rbs', line 535 def organization_id @organization_id end |