Class: Aws::Types::PipelineExecutionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


3114
3115
3116
# File 'sig/types.rbs', line 3114

def end_time
  @end_time
end

#execution_priority::Integer

Returns the value of attribute execution_priority.

Returns:

  • (::Integer)


3112
3113
3114
# File 'sig/types.rbs', line 3112

def execution_priority
  @execution_priority
end

#pipeline_execution_id::String

Returns the value of attribute pipeline_execution_id.

Returns:

  • (::String)


3109
3110
3111
# File 'sig/types.rbs', line 3109

def pipeline_execution_id
  @pipeline_execution_id
end

#pipeline_version::String

Returns the value of attribute pipeline_version.

Returns:

  • (::String)


3110
3111
3112
# File 'sig/types.rbs', line 3110

def pipeline_version
  @pipeline_version
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


3113
3114
3115
# File 'sig/types.rbs', line 3113

def start_time
  @start_time
end

#statusTypes::PipelineExecutionStatus

Returns the value of attribute status.



3111
3112
3113
# File 'sig/types.rbs', line 3111

def status
  @status
end