Class: Aws::BCMPricingCalculator::Types::DeleteBillScenarioRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::DeleteBillScenarioRequest
- 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 scenario to delete.
Instance Attribute Details
#identifier ⇒ String
The unique identifier of the bill scenario to delete.
1915 1916 1917 1918 1919 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1915 class DeleteBillScenarioRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |