Class: Aws::BCMPricingCalculator::Types::ListWorkloadEstimateUsageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::ListWorkloadEstimateUsageResponse
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::WorkloadEstimateUsageItem>
The list of usage items associated with the workload estimate.
-
#next_token ⇒ String
A token to retrieve the next page of results, if any.
Instance Attribute Details
#items ⇒ Array<Types::WorkloadEstimateUsageItem>
The list of usage items associated with the workload estimate.
2810 2811 2812 2813 2814 2815 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2810 class ListWorkloadEstimateUsageResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to retrieve the next page of results, if any.
2810 2811 2812 2813 2814 2815 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2810 class ListWorkloadEstimateUsageResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |