Class: Aws::BCMPricingCalculator::Types::UpdateBillEstimateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::UpdateBillEstimateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expires_at ⇒ Time
The new expiration date for the bill estimate.
-
#identifier ⇒ String
The unique identifier of the bill estimate to update.
-
#name ⇒ String
The new name for the bill estimate.
Instance Attribute Details
#expires_at ⇒ Time
The new expiration date for the bill estimate.
3149 3150 3151 3152 3153 3154 3155 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3149 class UpdateBillEstimateRequest < Struct.new( :identifier, :name, :expires_at) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the bill estimate to update.
3149 3150 3151 3152 3153 3154 3155 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3149 class UpdateBillEstimateRequest < Struct.new( :identifier, :name, :expires_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The new name for the bill estimate.
3149 3150 3151 3152 3153 3154 3155 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3149 class UpdateBillEstimateRequest < Struct.new( :identifier, :name, :expires_at) SENSITIVE = [] include Aws::Structure end |