Class: Aws::BCMPricingCalculator::Types::UpdateWorkloadEstimateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::UpdateWorkloadEstimateRequest
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expires_at ⇒ Time
The new expiration date for the workload estimate.
-
#identifier ⇒ String
The unique identifier of the workload estimate to update.
-
#name ⇒ String
The new name for the workload estimate.
Instance Attribute Details
#expires_at ⇒ Time
The new expiration date for the workload estimate.
3368 3369 3370 3371 3372 3373 3374 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3368 class UpdateWorkloadEstimateRequest < Struct.new( :identifier, :name, :expires_at) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the workload estimate to update.
3368 3369 3370 3371 3372 3373 3374 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3368 class UpdateWorkloadEstimateRequest < Struct.new( :identifier, :name, :expires_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The new name for the workload estimate.
3368 3369 3370 3371 3372 3373 3374 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3368 class UpdateWorkloadEstimateRequest < Struct.new( :identifier, :name, :expires_at) SENSITIVE = [] include Aws::Structure end |