Class: Aws::BCMPricingCalculator::Types::ListBillEstimateLineItemsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::ListBillEstimateLineItemsRequest
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bill_estimate_id ⇒ String
The unique identifier of the bill estimate to list line items for.
-
#filters ⇒ Array<Types::ListBillEstimateLineItemsFilter>
Filters to apply to the list of line items.
-
#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
#bill_estimate_id ⇒ String
The unique identifier of the bill estimate to list line items for.
2551 2552 2553 2554 2555 2556 2557 2558 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2551 class ListBillEstimateLineItemsRequest < Struct.new( :bill_estimate_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Array<Types::ListBillEstimateLineItemsFilter>
Filters to apply to the list of line items.
2551 2552 2553 2554 2555 2556 2557 2558 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2551 class ListBillEstimateLineItemsRequest < Struct.new( :bill_estimate_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return per page.
2551 2552 2553 2554 2555 2556 2557 2558 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2551 class ListBillEstimateLineItemsRequest < Struct.new( :bill_estimate_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to retrieve the next page of results.
2551 2552 2553 2554 2555 2556 2557 2558 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2551 class ListBillEstimateLineItemsRequest < Struct.new( :bill_estimate_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |