Class: Aws::Types::ListJobParameterDefinitionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListJobParameterDefinitionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_parameter_definitions ⇒ ::Array[untyped]
Returns the value of attribute job_parameter_definitions.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#job_parameter_definitions ⇒ ::Array[untyped]
Returns the value of attribute job_parameter_definitions.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def job_parameter_definitions @job_parameter_definitions end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def next_token @next_token end |