Class: Aws::Types::ListWorkloadsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListWorkloadsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#workload_list ⇒ ::Array[Types::Workload]
Returns the value of attribute workload_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
382 383 384 |
# File 'sig/types.rbs', line 382 def next_token @next_token end |
#workload_list ⇒ ::Array[Types::Workload]
Returns the value of attribute workload_list.
381 382 383 |
# File 'sig/types.rbs', line 381 def workload_list @workload_list end |