Class: Aws::BCMPricingCalculator::Types::ListBillEstimateCommitmentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::ListBillEstimateCommitmentsResponse
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::BillEstimateCommitmentSummary>
The list of commitments associated with the bill estimate.
-
#next_token ⇒ String
A token to retrieve the next page of results, if any.
Instance Attribute Details
#items ⇒ Array<Types::BillEstimateCommitmentSummary>
The list of commitments associated with the bill estimate.
2326 2327 2328 2329 2330 2331 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2326 class ListBillEstimateCommitmentsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to retrieve the next page of results, if any.
2326 2327 2328 2329 2330 2331 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2326 class ListBillEstimateCommitmentsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |