Class: Aws::DataPipeline::Types::Query
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataPipeline::Types::Query
- 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
-
#selectors ⇒ Array<Types::Selector>
List of selectors that define the query.
Instance Attribute Details
#selectors ⇒ Array<Types::Selector>
List of selectors that define the query. An object must satisfy all of the selectors to match the query.
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 |