Class: Aws::BCMPricingCalculator::Types::BatchCreateWorkloadEstimateUsageResponse

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

#errorsArray<Types::BatchCreateWorkloadEstimateUsageError>

Returns the list of errors reason and the usage item keys that cannot be created in the Workload estimate.



619
620
621
622
623
624
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 619

class BatchCreateWorkloadEstimateUsageResponse < Struct.new(
  :items,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#itemsArray<Types::BatchCreateWorkloadEstimateUsageItem>

Returns the list of successful usage line items that were created for the Workload estimate.



619
620
621
622
623
624
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 619

class BatchCreateWorkloadEstimateUsageResponse < Struct.new(
  :items,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end