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.
2029 2030 2031 2032 2033 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 2029 class GetBillEstimateRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |