Class: Aws::IAM::Types::DisableOrganizationsRootSessionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::DisableOrganizationsRootSessionsResponse
- Defined in:
- gems/aws-sdk-iam/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.
2560 2561 2562 2563 2564 2565 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2560 class DisableOrganizationsRootSessionsResponse < Struct.new( :organization_id, :enabled_features) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The unique identifier (ID) of an organization.
2560 2561 2562 2563 2564 2565 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2560 class DisableOrganizationsRootSessionsResponse < Struct.new( :organization_id, :enabled_features) SENSITIVE = [] include Aws::Structure end |