Class: Aws::Types::StopPipelineExecutionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


11261
11262
11263
# File 'sig/types.rbs', line 11261

def client_request_token
  @client_request_token
end

#pipeline_execution_arn::String

Returns the value of attribute pipeline_execution_arn.

Returns:

  • (::String)


11260
11261
11262
# File 'sig/types.rbs', line 11260

def pipeline_execution_arn
  @pipeline_execution_arn
end