Class: Aws::BCMPricingCalculator::Types::GetBillScenarioRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::GetBillScenarioRequest
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/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 retrieve.
Instance Attribute Details
#identifier ⇒ String
The unique identifier of the bill scenario to retrieve.
2088 2089 2090 2091 2092 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2088 class GetBillScenarioRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |