Class: Aws::Types::ListPipelineParametersForExecutionResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListPipelineParametersForExecutionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#pipeline_parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute pipeline_parameters.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
8382 8383 8384 |
# File 'sig/types.rbs', line 8382 def next_token @next_token end |
#pipeline_parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute pipeline_parameters.
8381 8382 8383 |
# File 'sig/types.rbs', line 8381 def pipeline_parameters @pipeline_parameters end |