Class: Aws::Types::GetWorkflowExecutionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time ⇒ ::String

Returns the value of attribute end_time.

Returns:

  • (::String)


852
853
854
# File 'sig/types.rbs', line 852

def end_time
  @end_time
end

#image_build_version_arn ⇒ ::String

Returns the value of attribute image_build_version_arn.

Returns:

  • (::String)


843
844
845
# File 'sig/types.rbs', line 843

def image_build_version_arn
  @image_build_version_arn
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


846
847
848
# File 'sig/types.rbs', line 846

def message
  @message
end

#parallel_group ⇒ ::String

Returns the value of attribute parallel_group.

Returns:

  • (::String)


853
854
855
# File 'sig/types.rbs', line 853

def parallel_group
  @parallel_group
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


840
841
842
# File 'sig/types.rbs', line 840

def request_id
  @request_id
end

#start_time ⇒ ::String

Returns the value of attribute start_time.

Returns:

  • (::String)


851
852
853
# File 'sig/types.rbs', line 851

def start_time
  @start_time
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

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


845
846
847
# File 'sig/types.rbs', line 845

def status
  @status
end

#total_step_count ⇒ ::Integer

Returns the value of attribute total_step_count.

Returns:

  • (::Integer)


847
848
849
# File 'sig/types.rbs', line 847

def total_step_count
  @total_step_count
end

#total_steps_failed ⇒ ::Integer

Returns the value of attribute total_steps_failed.

Returns:

  • (::Integer)


849
850
851
# File 'sig/types.rbs', line 849

def total_steps_failed
  @total_steps_failed
end

#total_steps_skipped ⇒ ::Integer

Returns the value of attribute total_steps_skipped.

Returns:

  • (::Integer)


850
851
852
# File 'sig/types.rbs', line 850

def total_steps_skipped
  @total_steps_skipped
end

#total_steps_succeeded ⇒ ::Integer

Returns the value of attribute total_steps_succeeded.

Returns:

  • (::Integer)


848
849
850
# File 'sig/types.rbs', line 848

def total_steps_succeeded
  @total_steps_succeeded
end

#type ⇒ "BUILD", ...

Returns the value of attribute type.

Returns:

  • ("BUILD", "TEST", "DISTRIBUTION")


844
845
846
# File 'sig/types.rbs', line 844

def type
  @type
end

#workflow_build_version_arn ⇒ ::String

Returns the value of attribute workflow_build_version_arn.

Returns:

  • (::String)


841
842
843
# File 'sig/types.rbs', line 841

def workflow_build_version_arn
  @workflow_build_version_arn
end

#workflow_execution_id ⇒ ::String

Returns the value of attribute workflow_execution_id.

Returns:

  • (::String)


842
843
844
# File 'sig/types.rbs', line 842

def workflow_execution_id
  @workflow_execution_id
end