Class: Aws::Types::PipelineExecutionStep

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attempt_count::Integer

Returns the value of attribute attempt_count.

Returns:

  • (::Integer)


9859
9860
9861
# File 'sig/types.rbs', line 9859

def attempt_count
  @attempt_count
end

#cache_hit_resultTypes::CacheHitResult

Returns the value of attribute cache_hit_result.



9856
9857
9858
# File 'sig/types.rbs', line 9856

def cache_hit_result
  @cache_hit_result
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


9854
9855
9856
# File 'sig/types.rbs', line 9854

def end_time
  @end_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


9857
9858
9859
# File 'sig/types.rbs', line 9857

def failure_reason
  @failure_reason
end

#metadataTypes::PipelineExecutionStepMetadata

Returns the value of attribute metadata.



9858
9859
9860
# File 'sig/types.rbs', line 9858

def 
  @metadata
end

#selective_execution_resultTypes::SelectiveExecutionResult

Returns the value of attribute selective_execution_result.



9860
9861
9862
# File 'sig/types.rbs', line 9860

def selective_execution_result
  @selective_execution_result
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


9853
9854
9855
# File 'sig/types.rbs', line 9853

def start_time
  @start_time
end

#step_description::String

Returns the value of attribute step_description.

Returns:

  • (::String)


9852
9853
9854
# File 'sig/types.rbs', line 9852

def step_description
  @step_description
end

#step_display_name::String

Returns the value of attribute step_display_name.

Returns:

  • (::String)


9851
9852
9853
# File 'sig/types.rbs', line 9851

def step_display_name
  @step_display_name
end

#step_name::String

Returns the value of attribute step_name.

Returns:

  • (::String)


9850
9851
9852
# File 'sig/types.rbs', line 9850

def step_name
  @step_name
end

#step_status"Starting", ...

Returns the value of attribute step_status.

Returns:

  • ("Starting", "Executing", "Stopping", "Stopped", "Failed", "Succeeded")


9855
9856
9857
# File 'sig/types.rbs', line 9855

def step_status
  @step_status
end