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)


1969
1970
1971
1972
1973
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1969

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