Class: Aws::BCMPricingCalculator::Types::ListWorkloadEstimatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::ListWorkloadEstimatesRequest
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at_filter ⇒ Types::FilterTimestamp
Filter workload estimates based on the creation date.
-
#expires_at_filter ⇒ Types::FilterTimestamp
Filter workload estimates based on the expiration date.
-
#filters ⇒ Array<Types::ListWorkloadEstimatesFilter>
Filters to apply to the list of workload estimates.
-
#max_results ⇒ Integer
The maximum number of results to return per page.
-
#next_token ⇒ String
A token to retrieve the next page of results.
Instance Attribute Details
#created_at_filter ⇒ Types::FilterTimestamp
Filter workload estimates based on the creation date.
2947 2948 2949 2950 2951 2952 2953 2954 2955 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2947 class ListWorkloadEstimatesRequest < Struct.new( :created_at_filter, :expires_at_filter, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#expires_at_filter ⇒ Types::FilterTimestamp
Filter workload estimates based on the expiration date.
2947 2948 2949 2950 2951 2952 2953 2954 2955 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2947 class ListWorkloadEstimatesRequest < Struct.new( :created_at_filter, :expires_at_filter, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Array<Types::ListWorkloadEstimatesFilter>
Filters to apply to the list of workload estimates.
2947 2948 2949 2950 2951 2952 2953 2954 2955 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2947 class ListWorkloadEstimatesRequest < Struct.new( :created_at_filter, :expires_at_filter, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return per page.
2947 2948 2949 2950 2951 2952 2953 2954 2955 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2947 class ListWorkloadEstimatesRequest < Struct.new( :created_at_filter, :expires_at_filter, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to retrieve the next page of results.
2947 2948 2949 2950 2951 2952 2953 2954 2955 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2947 class ListWorkloadEstimatesRequest < Struct.new( :created_at_filter, :expires_at_filter, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |