Class: Aws::BCMPricingCalculator::Types::BatchCreateWorkloadEstimateUsageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::BatchCreateWorkloadEstimateUsageResponse
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchCreateWorkloadEstimateUsageError>
Returns the list of errors reason and the usage item keys that cannot be created in the Workload estimate.
-
#items ⇒ Array<Types::BatchCreateWorkloadEstimateUsageItem>
Returns the list of successful usage line items that were created for the Workload estimate.
Instance Attribute Details
#errors ⇒ Array<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 |
#items ⇒ Array<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 |