Class: Aws::BCMPricingCalculator::Types::ListBillEstimateCommitmentsRequest

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

#bill_estimate_idString

The unique identifier of the bill estimate to list commitments for.

Returns:

  • (String)


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_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


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_tokenString

A token to retrieve the next page of results.

Returns:

  • (String)


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