Class: Aws::Types::BatchUpdateWorkloadEstimateUsageRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateWorkloadEstimateUsageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#usage ⇒ ::Array[Types::BatchUpdateWorkloadEstimateUsageEntry]
Returns the value of attribute usage.
-
#workload_estimate_id ⇒ ::String
Returns the value of attribute workload_estimate_id.
Instance Attribute Details
#usage ⇒ ::Array[Types::BatchUpdateWorkloadEstimateUsageEntry]
Returns the value of attribute usage.
283 284 285 |
# File 'sig/types.rbs', line 283 def usage @usage end |
#workload_estimate_id ⇒ ::String
Returns the value of attribute workload_estimate_id.
282 283 284 |
# File 'sig/types.rbs', line 282 def workload_estimate_id @workload_estimate_id end |