Class: Aws::MarketplaceCatalog::Types::ResaleAuthorizationCreatedDateFilterDateRange

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

Overview

Allows filtering on CreatedDate of a ResaleAuthorization with date range as input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#after_valueString

Allows filtering on CreatedDate of a ResaleAuthorization after a date.

Returns:

  • (String)


1892
1893
1894
1895
1896
1897
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1892

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

#before_valueString

Allows filtering on CreatedDate of a ResaleAuthorization before a date.

Returns:

  • (String)


1892
1893
1894
1895
1896
1897
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1892

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