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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/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>)


6141
6142
6143
6144
6145
6146
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 6141

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

#organization_idString

The unique identifier (ID) of an organization.

Returns:

  • (String)


6141
6142
6143
6144
6145
6146
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 6141

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