Class: Aws::MarketplaceCatalog::Types::ContainerProductLastModifiedDateFilterDateRange

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplacecatalog/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 container product was last modified.

Returns:

  • (String)


505
506
507
508
509
510
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 505

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

#before_valueString

Date before which the container product was last modified.

Returns:

  • (String)


505
506
507
508
509
510
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 505

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