Class: Aws::IAM::Types::ListOrganizationsFeaturesResponse

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>

Specifies the features that are currently available in your organization.

Returns:

  • (Array<String>)


7060
7061
7062
7063
7064
7065
# File 'lib/aws-sdk-iam/types.rb', line 7060

class ListOrganizationsFeaturesResponse < Struct.new(
  :organization_id,
  :enabled_features)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

The unique identifier (ID) of an organization.

Returns:

  • (String)


7060
7061
7062
7063
7064
7065
# File 'lib/aws-sdk-iam/types.rb', line 7060

class ListOrganizationsFeaturesResponse < Struct.new(
  :organization_id,
  :enabled_features)
  SENSITIVE = []
  include Aws::Structure
end