Class: Aws::MarketplaceCatalog::Types::OfferAvailabilityEndDateFilterDateRange

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

Overview

Allows filtering on the ‘AvailabilityEndDate` of an offer with date range as input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#after_valueString

Allows filtering on the ‘AvailabilityEndDate` of an offer after a date.

Returns:

  • (String)


1355
1356
1357
1358
1359
1360
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 1355

class OfferAvailabilityEndDateFilterDateRange < Struct.new(
  :after_value,
  :before_value)
  SENSITIVE = []
  include Aws::Structure
end

#before_valueString

Allows filtering on the ‘AvailabilityEndDate` of an offer before a date.

Returns:

  • (String)


1355
1356
1357
1358
1359
1360
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 1355

class OfferAvailabilityEndDateFilterDateRange < Struct.new(
  :after_value,
  :before_value)
  SENSITIVE = []
  include Aws::Structure
end