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>)


6114
6115
6116
6117
6118
6119
# File 'lib/aws-sdk-iam/types.rb', line 6114

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

#organization_idString

The unique identifier (ID) of an organization.

Returns:

  • (String)


6114
6115
6116
6117
6118
6119
# File 'lib/aws-sdk-iam/types.rb', line 6114

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