Class: Aws::BCMPricingCalculator::Types::DeleteBillScenarioRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bcmpricingcalculator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The unique identifier of the bill scenario to delete.

Returns:

  • (String)


1915
1916
1917
1918
1919
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1915

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