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:



7290
7291
7292
7293
7294
7295
# File 'lib/aws-sdk-iam/types.rb', line 7290

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

#organization_idString

The unique identifier (ID) of an organization.

Returns:



7290
7291
7292
7293
7294
7295
# File 'lib/aws-sdk-iam/types.rb', line 7290

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