Class: Aws::Types::ListClusterJobsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListClusterJobsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_list_entries ⇒ ::Array[Types::JobListEntry]
Returns the value of attribute job_list_entries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#job_list_entries ⇒ ::Array[Types::JobListEntry]
Returns the value of attribute job_list_entries.
423 424 425 |
# File 'sig/types.rbs', line 423 def job_list_entries @job_list_entries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
424 425 426 |
# File 'sig/types.rbs', line 424 def next_token @next_token end |