Class: Aws::Types::ListOrganizationsFeaturesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListOrganizationsFeaturesResponse
- 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.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def enabled_features @enabled_features end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def organization_id @organization_id end |