Class: Aws::BCMPricingCalculator::Types::ListBillScenariosResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::ListBillScenariosResponse
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::BillScenarioSummary>
The list of bill scenarios for the account.
-
#next_token ⇒ String
A token to retrieve the next page of results, if any.
Instance Attribute Details
#items ⇒ Array<Types::BillScenarioSummary>
The list of bill scenarios for the account.
2713 2714 2715 2716 2717 2718 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2713 class ListBillScenariosResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to retrieve the next page of results, if any.
2713 2714 2715 2716 2717 2718 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2713 class ListBillScenariosResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |