Class: Aws::BCMPricingCalculator::Types::DeleteBillEstimateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::DeleteBillEstimateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The unique identifier of the bill estimate to delete.
Instance Attribute Details
#identifier ⇒ String
The unique identifier of the bill estimate to delete.
1899 1900 1901 1902 1903 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1899 class DeleteBillEstimateRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |