Class: Aws::Types::StopPipelineExecutionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#abandonBoolean

Returns the value of attribute abandon.

Returns:

  • (Boolean)


1377
1378
1379
# File 'sig/types.rbs', line 1377

def abandon
  @abandon
end

#pipeline_execution_id::String

Returns the value of attribute pipeline_execution_id.

Returns:

  • (::String)


1376
1377
1378
# File 'sig/types.rbs', line 1376

def pipeline_execution_id
  @pipeline_execution_id
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


1375
1376
1377
# File 'sig/types.rbs', line 1375

def pipeline_name
  @pipeline_name
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


1378
1379
1380
# File 'sig/types.rbs', line 1378

def reason
  @reason
end