Class: Aws::IAM::Types::EnableOrganizationsRootCredentialsManagementResponse

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 you have enabled for centralized root access.

Returns:

  • (Array<String>)


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_idString

The unique identifier (ID) of an organization.

Returns:

  • (String)


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