Class: Aws::BCMPricingCalculator::Types::ListBillScenariosRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::ListBillScenariosRequest
- 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 scenarios based on the creation date.
-
#expires_at_filter ⇒ Types::FilterTimestamp
Filter bill scenarios based on the expiration date.
-
#filters ⇒ Array<Types::ListBillScenariosFilter>
Filters to apply to the list of bill scenarios.
-
#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 scenarios based on the creation date.
2782 2783 2784 2785 2786 2787 2788 2789 2790 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2782 class ListBillScenariosRequest < 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 scenarios based on the expiration date.
2782 2783 2784 2785 2786 2787 2788 2789 2790 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2782 class ListBillScenariosRequest < Struct.new( :filters, :created_at_filter, :expires_at_filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Array<Types::ListBillScenariosFilter>
Filters to apply to the list of bill scenarios.
2782 2783 2784 2785 2786 2787 2788 2789 2790 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2782 class ListBillScenariosRequest < 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.
2782 2783 2784 2785 2786 2787 2788 2789 2790 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2782 class ListBillScenariosRequest < 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.
2782 2783 2784 2785 2786 2787 2788 2789 2790 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2782 class ListBillScenariosRequest < Struct.new( :filters, :created_at_filter, :expires_at_filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |