Class: Aws::BCMPricingCalculator::Types::ListWorkloadEstimatesResponse

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

The list of workload estimates for the account.

Returns:



2967
2968
2969
2970
2971
2972
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2967

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


2967
2968
2969
2970
2971
2972
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2967

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