Class: Aws::IAM::Types::DisableOrganizationsRootCredentialsManagementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::DisableOrganizationsRootCredentialsManagementResponse
- 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 enabled for centralized root access for member accounts in your organization.
-
#organization_id ⇒ String
The unique identifier (ID) of an organization.
Instance Attribute Details
#enabled_features ⇒ Array<String>
The features enabled for centralized root access for member accounts in your organization.
2524 2525 2526 2527 2528 2529 |
# File 'lib/aws-sdk-iam/types.rb', line 2524 class DisableOrganizationsRootCredentialsManagementResponse < Struct.new( :organization_id, :enabled_features) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The unique identifier (ID) of an organization.
2524 2525 2526 2527 2528 2529 |
# File 'lib/aws-sdk-iam/types.rb', line 2524 class DisableOrganizationsRootCredentialsManagementResponse < Struct.new( :organization_id, :enabled_features) SENSITIVE = [] include Aws::Structure end |