Class: Aws::IAM::Types::EnableOrganizationsRootCredentialsManagementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::EnableOrganizationsRootCredentialsManagementResponse
- 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.
-
#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.
2671 2672 2673 2674 2675 2676 |
# File 'lib/aws-sdk-iam/types.rb', line 2671 class EnableOrganizationsRootCredentialsManagementResponse < Struct.new( :organization_id, :enabled_features) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The unique identifier (ID) of an organization.
2671 2672 2673 2674 2675 2676 |
# File 'lib/aws-sdk-iam/types.rb', line 2671 class EnableOrganizationsRootCredentialsManagementResponse < Struct.new( :organization_id, :enabled_features) SENSITIVE = [] include Aws::Structure end |