Class: Aws::Types::ListPipelineParametersForExecutionResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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