Class: Aws::Types::DescribeJobDefinitionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeJobDefinitionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_definition_name ⇒ ::String
Returns the value of attribute job_definition_name.
-
#job_definitions ⇒ ::Array[::String]
Returns the value of attribute job_definitions.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#job_definition_name ⇒ ::String
Returns the value of attribute job_definition_name.
447 448 449 |
# File 'sig/types.rbs', line 447 def job_definition_name @job_definition_name end |
#job_definitions ⇒ ::Array[::String]
Returns the value of attribute job_definitions.
445 446 447 |
# File 'sig/types.rbs', line 445 def job_definitions @job_definitions end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
446 447 448 |
# File 'sig/types.rbs', line 446 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
449 450 451 |
# File 'sig/types.rbs', line 449 def next_token @next_token end |
#status ⇒ ::String
Returns the value of attribute status.
448 449 450 |
# File 'sig/types.rbs', line 448 def status @status end |