Class: Aws::BCMPricingCalculator::Types::ListBillEstimateInputCommitmentModificationsRequest

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 input commitment modifications for.

Returns:

  • (String)


2437
2438
2439
2440
2441
2442
2443
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2437

class ListBillEstimateInputCommitmentModificationsRequest < 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)


2437
2438
2439
2440
2441
2442
2443
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2437

class ListBillEstimateInputCommitmentModificationsRequest < 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)


2437
2438
2439
2440
2441
2442
2443
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2437

class ListBillEstimateInputCommitmentModificationsRequest < Struct.new(
  :bill_estimate_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end