Class: Aws::Types::BatchDeleteWorkloadEstimateUsageRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteWorkloadEstimateUsageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ids ⇒ ::Array[::String]
Returns the value of attribute ids.
-
#workload_estimate_id ⇒ ::String
Returns the value of attribute workload_estimate_id.
Instance Attribute Details
#ids ⇒ ::Array[::String]
Returns the value of attribute ids.
207 208 209 |
# File 'sig/types.rbs', line 207 def ids @ids end |
#workload_estimate_id ⇒ ::String
Returns the value of attribute workload_estimate_id.
206 207 208 |
# File 'sig/types.rbs', line 206 def workload_estimate_id @workload_estimate_id end |