Class: Aws::IoTTwinMaker::Types::TabularConditions
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::TabularConditions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
The tabular conditions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#order_by ⇒ Array<Types::OrderBy>
Filter criteria that orders the output.
-
#property_filters ⇒ Array<Types::PropertyFilter>
You can filter the request using various logical operators and a key-value format.
Instance Attribute Details
#order_by ⇒ Array<Types::OrderBy>
Filter criteria that orders the output. It can be sorted in ascending or descending order.
3696 3697 3698 3699 3700 3701 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3696 class TabularConditions < Struct.new( :order_by, :property_filters) SENSITIVE = [] include Aws::Structure end |
#property_filters ⇒ Array<Types::PropertyFilter>
You can filter the request using various logical operators and a key-value format. For example:
‘“serverType”, “value”: “webServer”`
3696 3697 3698 3699 3700 3701 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3696 class TabularConditions < Struct.new( :order_by, :property_filters) SENSITIVE = [] include Aws::Structure end |