Class: Aws::BCMPricingCalculator::Types::GetBillEstimateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::GetBillEstimateRequest
- 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 estimate to retrieve.
Instance Attribute Details
#identifier ⇒ String
The unique identifier of the bill estimate to retrieve.
2083 2084 2085 2086 2087 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 2083 class GetBillEstimateRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |