Class: Aws::BCMPricingCalculator::Types::BatchDeleteWorkloadEstimateUsageRequest

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

#idsArray<String>

List of usage that you want to delete from the Workload estimate.

Returns:

  • (Array<String>)


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_idString

The ID of the Workload estimate for which you want to delete the modeled usage.

Returns:

  • (String)


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