Class: Aws::BCMPricingCalculator::Types::DeleteWorkloadEstimateRequest

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

#identifierString

The unique identifier of the workload estimate to delete.

Returns:

  • (String)


1985
1986
1987
1988
1989
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1985

class DeleteWorkloadEstimateRequest < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end