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)


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

def end_time: () -> ::String

#image_build_version_arn ⇒ ::String

Returns:

  • (::String)


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

def image_build_version_arn: () -> ::String

#message ⇒ ::String

Returns:

  • (::String)


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

def message: () -> ::String

#parallel_group ⇒ ::String

Returns:

  • (::String)


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

def parallel_group: () -> ::String

#request_id ⇒ ::String

Returns:

  • (::String)


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

def request_id: () -> ::String

#start_time ⇒ ::String

Returns:

  • (::String)


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

def start_time: () -> ::String

#status ⇒ "PENDING", ...

Returns:

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


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

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

#total_step_count ⇒ ::Integer

Returns:

  • (::Integer)


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

def total_step_count: () -> ::Integer

#total_steps_failed ⇒ ::Integer

Returns:

  • (::Integer)


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

def total_steps_failed: () -> ::Integer

#total_steps_skipped ⇒ ::Integer

Returns:

  • (::Integer)


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

def total_steps_skipped: () -> ::Integer

#total_steps_succeeded ⇒ ::Integer

Returns:

  • (::Integer)


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

def total_steps_succeeded: () -> ::Integer

#type ⇒ "BUILD", ...

Returns:

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


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

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

#workflow_build_version_arn ⇒ ::String

Returns:

  • (::String)


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

def workflow_build_version_arn: () -> ::String

#workflow_execution_id ⇒ ::String

Returns:

  • (::String)


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

def workflow_execution_id: () -> ::String