Class: Aws::ControlCatalog::Types::ObjectiveFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb

Overview

An optional filter that narrows the list of objectives to a specific domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainsArray<Types::DomainResourceFilter>

The domain that's used as filter criteria.

You can use this parameter to specify one domain ARN at a time. Passing multiple ARNs in the ObjectiveFilter isn’t currently supported.

Returns:



322
323
324
325
326
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 322

class ObjectiveFilter < Struct.new(
  :domains)
  SENSITIVE = []
  include Aws::Structure
end