Class: Aws::BCMPricingCalculator::Types::ListBillEstimateCommitmentsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<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_tokenString

A token to retrieve the next page of results, if any.

Returns:

  • (String)


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