Class: Aws::Types::GetWorkflowStepExecutionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action ⇒ ::String

Returns the value of attribute action.

Returns:

  • (::String)


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

def action
  @action
end

#attempt_number ⇒ ::Integer

Returns the value of attribute attempt_number.

Returns:

  • (::Integer)


891
892
893
# File 'sig/types.rbs', line 891

def attempt_number
  @attempt_number
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def description
  @description
end

#end_time ⇒ ::String

Returns the value of attribute end_time.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def end_time
  @end_time
end

#image_build_version_arn ⇒ ::String

Returns the value of attribute image_build_version_arn.

Returns:

  • (::String)


878
879
880
# File 'sig/types.rbs', line 878

def image_build_version_arn
  @image_build_version_arn
end

#inputs ⇒ ::String

Returns the value of attribute inputs.

Returns:

  • (::String)


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

def inputs
  @inputs
end

#max_attempts ⇒ ::Integer

Returns the value of attribute max_attempts.

Returns:

  • (::Integer)


892
893
894
# File 'sig/types.rbs', line 892

def max_attempts
  @max_attempts
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


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

def message
  @message
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


879
880
881
# File 'sig/types.rbs', line 879

def name
  @name
end

#on_failure ⇒ ::String

Returns the value of attribute on_failure.

Returns:

  • (::String)


889
890
891
# File 'sig/types.rbs', line 889

def on_failure
  @on_failure
end

#outputs ⇒ ::String

Returns the value of attribute outputs.

Returns:

  • (::String)


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

def outputs
  @outputs
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


874
875
876
# File 'sig/types.rbs', line 874

def request_id
  @request_id
end

#rollback_status ⇒ "RUNNING", ...

Returns the value of attribute rollback_status.

Returns:

  • ("RUNNING", "COMPLETED", "SKIPPED", "FAILED")


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

def rollback_status
  @rollback_status
end

#start_time ⇒ ::String

Returns the value of attribute start_time.

Returns:

  • (::String)


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

def start_time
  @start_time
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "SKIPPED", "RUNNING", "COMPLETED", "FAILED", "CANCELLED")


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

def status
  @status
end

#step_execution_id ⇒ ::String

Returns the value of attribute step_execution_id.

Returns:

  • (::String)


875
876
877
# File 'sig/types.rbs', line 875

def step_execution_id
  @step_execution_id
end

#timeout_seconds ⇒ ::Integer

Returns the value of attribute timeout_seconds.

Returns:

  • (::Integer)


890
891
892
# File 'sig/types.rbs', line 890

def timeout_seconds
  @timeout_seconds
end

#workflow_build_version_arn ⇒ ::String

Returns the value of attribute workflow_build_version_arn.

Returns:

  • (::String)


876
877
878
# File 'sig/types.rbs', line 876

def workflow_build_version_arn
  @workflow_build_version_arn
end

#workflow_execution_id ⇒ ::String

Returns the value of attribute workflow_execution_id.

Returns:

  • (::String)


877
878
879
# File 'sig/types.rbs', line 877

def workflow_execution_id
  @workflow_execution_id
end