Class: Aws::Types::PipelineExecution

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_revisions::Array[Types::ArtifactRevision]

Returns the value of attribute artifact_revisions.

Returns:



910
911
912
# File 'sig/types.rbs', line 910

def artifact_revisions
  @artifact_revisions
end

#execution_mode"QUEUED", ...

Returns the value of attribute execution_mode.

Returns:

  • ("QUEUED", "SUPERSEDED", "PARALLEL")


913
914
915
# File 'sig/types.rbs', line 913

def execution_mode
  @execution_mode
end

#execution_type"STANDARD", "ROLLBACK"

Returns the value of attribute execution_type.

Returns:

  • ("STANDARD", "ROLLBACK")


914
915
916
# File 'sig/types.rbs', line 914

def execution_type
  @execution_type
end

#pipeline_execution_id::String

Returns the value of attribute pipeline_execution_id.

Returns:

  • (::String)


907
908
909
# File 'sig/types.rbs', line 907

def pipeline_execution_id
  @pipeline_execution_id
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


905
906
907
# File 'sig/types.rbs', line 905

def pipeline_name
  @pipeline_name
end

#pipeline_version::Integer

Returns the value of attribute pipeline_version.

Returns:

  • (::Integer)


906
907
908
# File 'sig/types.rbs', line 906

def pipeline_version
  @pipeline_version
end

#rollback_metadataTypes::PipelineRollbackMetadata

Returns the value of attribute rollback_metadata.



915
916
917
# File 'sig/types.rbs', line 915

def 
  
end

#status"Cancelled", ...

Returns the value of attribute status.

Returns:

  • ("Cancelled", "InProgress", "Stopped", "Stopping", "Succeeded", "Superseded", "Failed")


908
909
910
# File 'sig/types.rbs', line 908

def status
  @status
end

#status_summary::String

Returns the value of attribute status_summary.

Returns:

  • (::String)


909
910
911
# File 'sig/types.rbs', line 909

def status_summary
  @status_summary
end

#triggerTypes::ExecutionTrigger

Returns the value of attribute trigger.



912
913
914
# File 'sig/types.rbs', line 912

def trigger
  @trigger
end

#variables::Array[Types::ResolvedPipelineVariable]

Returns the value of attribute variables.

Returns:



911
912
913
# File 'sig/types.rbs', line 911

def variables
  @variables
end