Class: Aws::Types::ListBatchJobDefinitionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListBatchJobDefinitionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_job_definitions ⇒ ::Array[Types::BatchJobDefinition]
Returns the value of attribute batch_job_definitions.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#batch_job_definitions ⇒ ::Array[Types::BatchJobDefinition]
Returns the value of attribute batch_job_definitions.
710 711 712 |
# File 'sig/types.rbs', line 710 def batch_job_definitions @batch_job_definitions end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
711 712 713 |
# File 'sig/types.rbs', line 711 def next_token @next_token end |