Module: Aws::CodeCatalyst::Client::_GetWorkflowResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#created_time::Time

Returns:

  • (::Time)


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

def created_time: () -> ::Time

#definitionTypes::WorkflowDefinition



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

def definition: () -> Types::WorkflowDefinition

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#last_updated_time::Time

Returns:

  • (::Time)


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

def last_updated_time: () -> ::Time

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#project_name::String

Returns:

  • (::String)


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

def project_name: () -> ::String

#run_mode"QUEUED", ...

Returns:

  • ("QUEUED", "PARALLEL", "SUPERSEDED")


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

def run_mode: () -> ("QUEUED" | "PARALLEL" | "SUPERSEDED")

#source_branch_name::String

Returns:

  • (::String)


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

def source_branch_name: () -> ::String

#source_repository_name::String

Returns:

  • (::String)


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

def source_repository_name: () -> ::String

#space_name::String

Returns:

  • (::String)


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

def space_name: () -> ::String

#status"INVALID", "ACTIVE"

Returns:

  • ("INVALID", "ACTIVE")


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

def status: () -> ("INVALID" | "ACTIVE")