Class: Aws::DataPipeline::Types::Query

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

Overview

Defines the query to run against an object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#selectorsArray<Types::Selector>

List of selectors that define the query. An object must satisfy all of the selectors to match the query.

Returns:



838
839
840
841
842
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 838

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