Class: Aws::BCMPricingCalculator::Types::ListBillEstimateCommitmentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::ListBillEstimateCommitmentsRequest
- 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 commitments for.
-
#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 commitments for.
2397 2398 2399 2400 2401 2402 2403 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2397 class ListBillEstimateCommitmentsRequest < Struct.new( :bill_estimate_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return per page.
2397 2398 2399 2400 2401 2402 2403 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2397 class ListBillEstimateCommitmentsRequest < Struct.new( :bill_estimate_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to retrieve the next page of results.
2397 2398 2399 2400 2401 2402 2403 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2397 class ListBillEstimateCommitmentsRequest < Struct.new( :bill_estimate_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |