Class: Aws::MarketplaceCatalog::Types::DataProductLastModifiedDateFilterDateRange

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

Overview

Object that contains date range of the last modified date to be filtered on. You can optionally provide a ‘BeforeValue` and/or `AfterValue`. Both are inclusive.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#after_valueString

Date after which the data product was last modified.

Returns:

  • (String)


661
662
663
664
665
666
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 661

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

#before_valueString

Date before which the data product was last modified.

Returns:

  • (String)


661
662
663
664
665
666
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 661

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