Class: Aws::BCMPricingCalculator::Types::ListWorkloadEstimateUsageRequest

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

#filtersArray<Types::ListUsageFilter>

Filters to apply to the list of usage items.

Returns:



2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2875

class ListWorkloadEstimateUsageRequest < Struct.new(
  :workload_estimate_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2875

class ListWorkloadEstimateUsageRequest < Struct.new(
  :workload_estimate_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to retrieve the next page of results.

Returns:

  • (String)


2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2875

class ListWorkloadEstimateUsageRequest < Struct.new(
  :workload_estimate_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#workload_estimate_idString

The unique identifier of the workload estimate to list usage for.

Returns:

  • (String)


2875
2876
2877
2878
2879
2880
2881
2882
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2875

class ListWorkloadEstimateUsageRequest < Struct.new(
  :workload_estimate_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end