Class: Aws::BCMPricingCalculator::Types::ListBillScenarioUsageModificationsResponse

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::BillScenarioUsageModificationItem>

The list of usage modifications associated with the bill scenario.



2729
2730
2731
2732
2733
2734
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2729

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


2729
2730
2731
2732
2733
2734
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2729

class ListBillScenarioUsageModificationsResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end