Class: Aws::Types::ListWorkloadsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListWorkloadsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#workload_summaries ⇒ ::Array[Types::WorkloadSummary]
Returns the value of attribute workload_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def next_token @next_token end |
#workload_summaries ⇒ ::Array[Types::WorkloadSummary]
Returns the value of attribute workload_summaries.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def workload_summaries @workload_summaries end |