Class: Aws::Types::PipelineContext

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::ActionContext

Returns the value of attribute action.



884
885
886
# File 'sig/types.rbs', line 884

def action
  @action
end

#pipeline_arn::String

Returns the value of attribute pipeline_arn.

Returns:

  • (::String)


885
886
887
# File 'sig/types.rbs', line 885

def pipeline_arn
  @pipeline_arn
end

#pipeline_execution_id::String

Returns the value of attribute pipeline_execution_id.

Returns:

  • (::String)


886
887
888
# File 'sig/types.rbs', line 886

def pipeline_execution_id
  @pipeline_execution_id
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


882
883
884
# File 'sig/types.rbs', line 882

def pipeline_name
  @pipeline_name
end

#stageTypes::StageContext

Returns the value of attribute stage.

Returns:



883
884
885
# File 'sig/types.rbs', line 883

def stage
  @stage
end