Class: Aws::ControlCatalog::Types::CommonControlFilter

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

Overview

An optional filter that narrows the results to a specific objective.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#objectivesArray<Types::ObjectiveResourceFilter>

The objective that's used as filter criteria.

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

Returns:



77
78
79
80
81
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 77

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