Class: Aws::IAM::Types::DisableOrganizationsRootSessionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::DisableOrganizationsRootSessionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled_features ⇒ Array<String>
The features you have enabled for centralized root access of member accounts in your organization.
-
#organization_id ⇒ String
The unique identifier (ID) of an organization.
Instance Attribute Details
#enabled_features ⇒ Array<String>
The features you have enabled for centralized root access of member accounts in your organization.
2548 2549 2550 2551 2552 2553 |
# File 'lib/aws-sdk-iam/types.rb', line 2548 class DisableOrganizationsRootSessionsResponse < Struct.new( :organization_id, :enabled_features) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The unique identifier (ID) of an organization.
2548 2549 2550 2551 2552 2553 |
# File 'lib/aws-sdk-iam/types.rb', line 2548 class DisableOrganizationsRootSessionsResponse < Struct.new( :organization_id, :enabled_features) SENSITIVE = [] include Aws::Structure end |