Class: Aws::ComputeOptimizerAutomation::Types::OrganizationScope
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::OrganizationScope
- Defined in:
- gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
Defines the scope for organization-level rules when previewing matching actions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
List of Amazon Web Services account IDs to include in the organization scope.
Instance Attribute Details
#account_ids ⇒ Array<String>
List of Amazon Web Services account IDs to include in the organization scope.
1637 1638 1639 1640 1641 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1637 class OrganizationScope < Struct.new( :account_ids) SENSITIVE = [] include Aws::Structure end |