Class: Aws::IAM::Types::DisableOrganizationsRootCredentialsManagementResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabled_featuresArray<String>

The features enabled for centralized root access for member accounts in your organization.

Returns:

  • (Array<String>)


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_idString

The unique identifier (ID) of an organization.

Returns:

  • (String)


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