Class: Aws::IoTTwinMaker::Types::TabularConditions

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

Overview

The tabular conditions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#order_byArray<Types::OrderBy>

Filter criteria that orders the output. It can be sorted in ascending or descending order.

Returns:



3696
3697
3698
3699
3700
3701
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3696

class TabularConditions < Struct.new(
  :order_by,
  :property_filters)
  SENSITIVE = []
  include Aws::Structure
end

#property_filtersArray<Types::PropertyFilter>

You can filter the request using various logical operators and a key-value format. For example:

\{"key": "serverType", "value": "webServer"\}

Returns:



3696
3697
3698
3699
3700
3701
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3696

class TabularConditions < Struct.new(
  :order_by,
  :property_filters)
  SENSITIVE = []
  include Aws::Structure
end