Class: Aws::IoTTwinMaker::Types::OrderBy

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#orderString

The set order that filters results.

Returns:

  • (String)


2910
2911
2912
2913
2914
2915
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2910

class OrderBy < Struct.new(
  :order,
  :property_name)
  SENSITIVE = []
  include Aws::Structure
end

#property_nameString

The property name.

Returns:

  • (String)


2910
2911
2912
2913
2914
2915
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2910

class OrderBy < Struct.new(
  :order,
  :property_name)
  SENSITIVE = []
  include Aws::Structure
end