Class: Aws::MarketplaceCatalog::Types::ContainerProductSort

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-marketplacecatalog/types.rb

Overview

Objects that allows sorting on container products based on certain fields and sorting order.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sort_byString

Field to sort the container products by.

Returns:

  • (String)


526
527
528
529
530
531
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 526

class ContainerProductSort < Struct.new(
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The sorting order. Can be ‘ASCENDING` or `DESCENDING`. The default value is `DESCENDING`.

Returns:

  • (String)


526
527
528
529
530
531
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 526

class ContainerProductSort < Struct.new(
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end