Class: Aws::Types::BatchUpdateWorkloadEstimateUsageResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateWorkloadEstimateUsageResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errors ⇒ ::Array[Types::BatchUpdateWorkloadEstimateUsageError]
Returns the value of attribute errors.
-
#items ⇒ ::Array[Types::WorkloadEstimateUsageItem]
Returns the value of attribute items.
Instance Attribute Details
#errors ⇒ ::Array[Types::BatchUpdateWorkloadEstimateUsageError]
Returns the value of attribute errors.
289 290 291 |
# File 'sig/types.rbs', line 289 def errors @errors end |
#items ⇒ ::Array[Types::WorkloadEstimateUsageItem]
Returns the value of attribute items.
288 289 290 |
# File 'sig/types.rbs', line 288 def items @items end |