Class: Aws::Types::ListPipelineParametersForExecutionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


8376
8377
8378
# File 'sig/types.rbs', line 8376

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


8375
8376
8377
# File 'sig/types.rbs', line 8375

def next_token
  @next_token
end

#pipeline_execution_arn::String

Returns the value of attribute pipeline_execution_arn.

Returns:

  • (::String)


8374
8375
8376
# File 'sig/types.rbs', line 8374

def pipeline_execution_arn
  @pipeline_execution_arn
end