Class: Aws::Types::ListClusterJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListClusterJobsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
416 417 418 |
# File 'sig/types.rbs', line 416 def cluster_id @cluster_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
417 418 419 |
# File 'sig/types.rbs', line 417 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
418 419 420 |
# File 'sig/types.rbs', line 418 def next_token @next_token end |