Module: Aws::CodeCatalyst::Client::_GetWorkflowRunResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#end_time::Time

Returns:

  • (::Time)


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

def end_time: () -> ::Time

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#last_updated_time::Time

Returns:

  • (::Time)


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

def last_updated_time: () -> ::Time

#project_name::String

Returns:

  • (::String)


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

def project_name: () -> ::String

#space_name::String

Returns:

  • (::String)


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

def space_name: () -> ::String

#start_time::Time

Returns:

  • (::Time)


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

def start_time: () -> ::Time

#status"SUCCEEDED", ...

Returns:

  • ("SUCCEEDED", "FAILED", "STOPPED", "SUPERSEDED", "CANCELLED", "NOT_RUN", "VALIDATING", "PROVISIONING", "IN_PROGRESS", "STOPPING", "ABANDONED")


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

def status: () -> ("SUCCEEDED" | "FAILED" | "STOPPED" | "SUPERSEDED" | "CANCELLED" | "NOT_RUN" | "VALIDATING" | "PROVISIONING" | "IN_PROGRESS" | "STOPPING" | "ABANDONED")

#status_reasons::Array[Types::WorkflowRunStatusReason]

Returns:



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

def status_reasons: () -> ::Array[Types::WorkflowRunStatusReason]

#workflow_id::String

Returns:

  • (::String)


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

def workflow_id: () -> ::String