Class: Aws::ComputeOptimizerAutomation::Types::OrganizationScope

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_idsArray<String>

List of Amazon Web Services account IDs to include in the organization scope.

Returns:

  • (Array<String>)


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