Class: Aws::BCMPricingCalculator::Types::ListBillEstimateLineItemsRequest

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 line items for.

Returns:

  • (String)


2551
2552
2553
2554
2555
2556
2557
2558
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2551

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

#filtersArray<Types::ListBillEstimateLineItemsFilter>

Filters to apply to the list of line items.



2551
2552
2553
2554
2555
2556
2557
2558
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2551

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

#max_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


2551
2552
2553
2554
2555
2556
2557
2558
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2551

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

#next_tokenString

A token to retrieve the next page of results.

Returns:

  • (String)


2551
2552
2553
2554
2555
2556
2557
2558
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2551

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