Class: Aws::Types::DisableOrganizationsRootSessionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DisableOrganizationsRootSessionsResponse
- 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.
533 534 535 |
# File 'sig/types.rbs', line 533 def enabled_features @enabled_features end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
532 533 534 |
# File 'sig/types.rbs', line 532 def organization_id @organization_id end |