Class: Aws::BCMPricingCalculator::Types::ListWorkloadEstimateUsageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::ListWorkloadEstimateUsageRequest
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::ListUsageFilter>
Filters to apply to the list of usage items.
-
#max_results ⇒ Integer
The maximum number of results to return per page.
-
#next_token ⇒ String
A token to retrieve the next page of results.
-
#workload_estimate_id ⇒ String
The unique identifier of the workload estimate to list usage for.
Instance Attribute Details
#filters ⇒ Array<Types::ListUsageFilter>
Filters to apply to the list of usage items.
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_results ⇒ Integer
The maximum number of results to return per page.
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_token ⇒ String
A token to retrieve the next page of results.
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_id ⇒ String
The unique identifier of the workload estimate to list usage for.
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 |