Module: Aws::Imagebuilder::Client::_GetWorkflowExecutionResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetWorkflowExecutionResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#end_time::String

Returns:

  • (::String)


701
# File 'sig/client.rbs', line 701

def end_time: () -> ::String

#image_build_version_arn::String

Returns:

  • (::String)


692
# File 'sig/client.rbs', line 692

def image_build_version_arn: () -> ::String

#message::String

Returns:

  • (::String)


695
# File 'sig/client.rbs', line 695

def message: () -> ::String

#parallel_group::String

Returns:

  • (::String)


702
# File 'sig/client.rbs', line 702

def parallel_group: () -> ::String

#request_id::String

Returns:

  • (::String)


689
# File 'sig/client.rbs', line 689

def request_id: () -> ::String

#start_time::String

Returns:

  • (::String)


700
# File 'sig/client.rbs', line 700

def start_time: () -> ::String

#status"PENDING", ...

Returns:

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


694
# File 'sig/client.rbs', line 694

def status: () -> ("PENDING" | "SKIPPED" | "RUNNING" | "COMPLETED" | "FAILED" | "ROLLBACK_IN_PROGRESS" | "ROLLBACK_COMPLETED" | "CANCELLED")

#total_step_count::Integer

Returns:

  • (::Integer)


696
# File 'sig/client.rbs', line 696

def total_step_count: () -> ::Integer

#total_steps_failed::Integer

Returns:

  • (::Integer)


698
# File 'sig/client.rbs', line 698

def total_steps_failed: () -> ::Integer

#total_steps_skipped::Integer

Returns:

  • (::Integer)


699
# File 'sig/client.rbs', line 699

def total_steps_skipped: () -> ::Integer

#total_steps_succeeded::Integer

Returns:

  • (::Integer)


697
# File 'sig/client.rbs', line 697

def total_steps_succeeded: () -> ::Integer

#type"BUILD", ...

Returns:

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


693
# File 'sig/client.rbs', line 693

def type: () -> ("BUILD" | "TEST" | "DISTRIBUTION")

#workflow_build_version_arn::String

Returns:

  • (::String)


690
# File 'sig/client.rbs', line 690

def workflow_build_version_arn: () -> ::String

#workflow_execution_id::String

Returns:

  • (::String)


691
# File 'sig/client.rbs', line 691

def workflow_execution_id: () -> ::String