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.
459 460 461 |
# File 'sig/types.rbs', line 459 def job_definition_name @job_definition_name end |
#job_definitions ⇒ ::Array[::String]
Returns the value of attribute job_definitions.
457 458 459 |
# File 'sig/types.rbs', line 457 def job_definitions @job_definitions end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
458 459 460 |
# File 'sig/types.rbs', line 458 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
461 462 463 |
# File 'sig/types.rbs', line 461 def next_token @next_token end |
#status ⇒ ::String
Returns the value of attribute status.
460 461 462 |
# File 'sig/types.rbs', line 460 def status @status end |