Class: Aws::ComputeOptimizerAutomation::Types::OrganizationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::OrganizationConfiguration
- Defined in:
- gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
Configuration settings for organization-wide automation rules.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
List of specific Amazon Web Services account IDs where the organization rule should be applied.
-
#rule_apply_order ⇒ String
Specifies when organization rules should be applied relative to account rules.
Instance Attribute Details
#account_ids ⇒ Array<String>
List of specific Amazon Web Services account IDs where the organization rule should be applied.
1620 1621 1622 1623 1624 1625 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1620 class OrganizationConfiguration < Struct.new( :rule_apply_order, :account_ids) SENSITIVE = [] include Aws::Structure end |
#rule_apply_order ⇒ String
Specifies when organization rules should be applied relative to account rules.
1620 1621 1622 1623 1624 1625 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1620 class OrganizationConfiguration < Struct.new( :rule_apply_order, :account_ids) SENSITIVE = [] include Aws::Structure end |