Class: Aws::Types::CancelPipelineExecutionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_execution_id::String

Returns the value of attribute pipeline_execution_id.

Returns:

  • (::String)


648
649
650
# File 'sig/types.rbs', line 648

def pipeline_execution_id
  @pipeline_execution_id
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


647
648
649
# File 'sig/types.rbs', line 647

def pipeline_name
  @pipeline_name
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


649
650
651
# File 'sig/types.rbs', line 649

def reason
  @reason
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


646
647
648
# File 'sig/types.rbs', line 646

def workspace_name
  @workspace_name
end