Class: Aws::BCMPricingCalculator::Types::GetWorkloadEstimateRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The unique identifier of the workload estimate to retrieve.

Returns:

  • (String)


2254
2255
2256
2257
2258
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2254

class GetWorkloadEstimateRequest < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end