Class: Aws::BCMPricingCalculator::Types::ListBillEstimatesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_at_filterTypes::FilterTimestamp

Filter bill estimates based on the creation date.



2623
2624
2625
2626
2627
2628
2629
2630
2631
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2623

class ListBillEstimatesRequest < Struct.new(
  :filters,
  :created_at_filter,
  :expires_at_filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#expires_at_filterTypes::FilterTimestamp

Filter bill estimates based on the expiration date.



2623
2624
2625
2626
2627
2628
2629
2630
2631
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2623

class ListBillEstimatesRequest < Struct.new(
  :filters,
  :created_at_filter,
  :expires_at_filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#filtersArray<Types::ListBillEstimatesFilter>

Filters to apply to the list of bill estimates.

Returns:



2623
2624
2625
2626
2627
2628
2629
2630
2631
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2623

class ListBillEstimatesRequest < Struct.new(
  :filters,
  :created_at_filter,
  :expires_at_filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


2623
2624
2625
2626
2627
2628
2629
2630
2631
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2623

class ListBillEstimatesRequest < Struct.new(
  :filters,
  :created_at_filter,
  :expires_at_filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to retrieve the next page of results.

Returns:

  • (String)


2623
2624
2625
2626
2627
2628
2629
2630
2631
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2623

class ListBillEstimatesRequest < Struct.new(
  :filters,
  :created_at_filter,
  :expires_at_filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end