Class: Aws::IAM::Types::EnableOrganizationsRootSessionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::EnableOrganizationsRootSessionsResponse
- 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.
-
#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.
2706 2707 2708 2709 2710 2711 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2706 class EnableOrganizationsRootSessionsResponse < Struct.new( :organization_id, :enabled_features) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The unique identifier (ID) of an organization.
2706 2707 2708 2709 2710 2711 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2706 class EnableOrganizationsRootSessionsResponse < Struct.new( :organization_id, :enabled_features) SENSITIVE = [] include Aws::Structure end |