Class: Aws::PartnerCentralSelling::Types::SortObject
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::SortObject
- Defined in:
- gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb
Overview
Defines the sorting parameters for listing resource snapshot jobs. This structure allows you to specify the field to sort by and the order of sorting.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sort_by ⇒ String
Specifies the field by which to sort the resource snapshot jobs.
-
#sort_order ⇒ String
Determines the order in which the sorted results are presented.
Instance Attribute Details
#sort_by ⇒ String
Specifies the field by which to sort the resource snapshot jobs.
4985 4986 4987 4988 4989 4990 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4985 class SortObject < Struct.new( :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
Determines the order in which the sorted results are presented.
4985 4986 4987 4988 4989 4990 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4985 class SortObject < Struct.new( :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |