Class: Aws::BCMPricingCalculator::Types::BatchDeleteWorkloadEstimateUsageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::BatchDeleteWorkloadEstimateUsageRequest
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ids ⇒ Array<String>
List of usage that you want to delete from the Workload estimate.
-
#workload_estimate_id ⇒ String
The ID of the Workload estimate for which you want to delete the modeled usage.
Instance Attribute Details
#ids ⇒ Array<String>
List of usage that you want to delete from the Workload estimate.
774 775 776 777 778 779 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 774 class BatchDeleteWorkloadEstimateUsageRequest < Struct.new( :workload_estimate_id, :ids) SENSITIVE = [] include Aws::Structure end |
#workload_estimate_id ⇒ String
The ID of the Workload estimate for which you want to delete the modeled usage.
774 775 776 777 778 779 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 774 class BatchDeleteWorkloadEstimateUsageRequest < Struct.new( :workload_estimate_id, :ids) SENSITIVE = [] include Aws::Structure end |