Class: Aws::IAM::Types::ListOrganizationsFeaturesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::ListOrganizationsFeaturesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled_features ⇒ Array<String>
Specifies the features that are currently available in your organization.
-
#organization_id ⇒ String
The unique identifier (ID) of an organization.
Instance Attribute Details
#enabled_features ⇒ Array<String>
Specifies the features that are currently available in your organization.
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_id ⇒ String
The unique identifier (ID) of an organization.
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 |