Class: Aws::Types::BatchCreateWorkloadEstimateUsageResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateWorkloadEstimateUsageResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errors ⇒ ::Array[Types::BatchCreateWorkloadEstimateUsageError]
Returns the value of attribute errors.
-
#items ⇒ ::Array[Types::BatchCreateWorkloadEstimateUsageItem]
Returns the value of attribute items.
Instance Attribute Details
#errors ⇒ ::Array[Types::BatchCreateWorkloadEstimateUsageError]
Returns the value of attribute errors.
158 159 160 |
# File 'sig/types.rbs', line 158 def errors @errors end |
#items ⇒ ::Array[Types::BatchCreateWorkloadEstimateUsageItem]
Returns the value of attribute items.
157 158 159 |
# File 'sig/types.rbs', line 157 def items @items end |