Class: Aws::BCMPricingCalculator::Types::GetBillScenarioRequest

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 retrieve.

Returns:

  • (String)


2160
2161
2162
2163
2164
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 2160

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