Class: Aws::IoTTwinMaker::Types::OrderBy
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::OrderBy
- Includes:
- Structure
- Defined in:
- 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
-
#order ⇒ String
The set order that filters results.
-
#property_name ⇒ String
The property name.
Instance Attribute Details
#order ⇒ String
The set order that filters results.
2910 2911 2912 2913 2914 2915 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2910 class OrderBy < Struct.new( :order, :property_name) SENSITIVE = [] include Aws::Structure end |
#property_name ⇒ String
The property name.
2910 2911 2912 2913 2914 2915 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2910 class OrderBy < Struct.new( :order, :property_name) SENSITIVE = [] include Aws::Structure end |