Class: Aws::BCMPricingCalculator::Types::ListBillEstimatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::ListBillEstimatesRequest
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at_filter ⇒ Types::FilterTimestamp
Filter bill estimates based on the creation date.
-
#expires_at_filter ⇒ Types::FilterTimestamp
Filter bill estimates based on the expiration date.
-
#filters ⇒ Array<Types::ListBillEstimatesFilter>
Filters to apply to the list of bill estimates.
-
#max_results ⇒ Integer
The maximum number of results to return per page.
-
#next_token ⇒ String
A token to retrieve the next page of results.
Instance Attribute Details
#created_at_filter ⇒ Types::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_filter ⇒ Types::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 |
#filters ⇒ Array<Types::ListBillEstimatesFilter>
Filters to apply to the list of bill estimates.
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_results ⇒ Integer
The maximum number of results to return per page.
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_token ⇒ String
A token to retrieve the next page of results.
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 |