Class: Aws::BCMPricingCalculator::Types::ListWorkloadEstimatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::ListWorkloadEstimatesResponse
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::WorkloadEstimateSummary>
The list of workload estimates for the account.
-
#next_token ⇒ String
A token to retrieve the next page of results, if any.
Instance Attribute Details
#items ⇒ Array<Types::WorkloadEstimateSummary>
The list of workload estimates for the account.
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_token ⇒ String
A token to retrieve the next page of results, if any.
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 |