Class: Aws::BCMPricingCalculator::Types::DeleteWorkloadEstimateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::DeleteWorkloadEstimateRequest
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The unique identifier of the workload estimate to delete.
Instance Attribute Details
#identifier ⇒ String
The unique identifier of the workload estimate to delete.
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 |