Class: Aws::BCMPricingCalculator::Types::FilterTimestamp

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

Overview

Represents a time-based filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#after_timestampTime

Include results after this timestamp.

Returns:

  • (Time)


2016
2017
2018
2019
2020
2021
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2016

class FilterTimestamp < Struct.new(
  :after_timestamp,
  :before_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#before_timestampTime

Include results before this timestamp.

Returns:

  • (Time)


2016
2017
2018
2019
2020
2021
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2016

class FilterTimestamp < Struct.new(
  :after_timestamp,
  :before_timestamp)
  SENSITIVE = []
  include Aws::Structure
end