Class: Aws::BCMPricingCalculator::Types::ListWorkloadEstimateUsageResponse

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

A token to retrieve the next page of results, if any.

Returns:

  • (String)


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