Class: Aws::MarketplaceCatalog::Types::OfferSort

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

Overview

Allows to sort offers.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sort_byString

Allows to sort offers.

Returns:

  • (String)


1677
1678
1679
1680
1681
1682
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 1677

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

#sort_orderString

Allows to sort offers.

Returns:

  • (String)


1677
1678
1679
1680
1681
1682
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 1677

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