Module: Aws::CustomerProfiles::Client::_GetWorkflowResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#attributesTypes::WorkflowAttributes



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

def attributes: () -> Types::WorkflowAttributes

#error_description::String

Returns:

  • (::String)


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

def error_description: () -> ::String

#last_updated_at::Time

Returns:

  • (::Time)


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

def last_updated_at: () -> ::Time

#metricsTypes::WorkflowMetrics



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

def metrics: () -> Types::WorkflowMetrics

#start_date::Time

Returns:

  • (::Time)


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

def start_date: () -> ::Time

#status"NOT_STARTED", ...

Returns:

  • ("NOT_STARTED", "IN_PROGRESS", "COMPLETE", "FAILED", "SPLIT", "RETRY", "CANCELLED")


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

def status: () -> ("NOT_STARTED" | "IN_PROGRESS" | "COMPLETE" | "FAILED" | "SPLIT" | "RETRY" | "CANCELLED")

#workflow_id::String

Returns:

  • (::String)


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

def workflow_id: () -> ::String

#workflow_type"APPFLOW_INTEGRATION"

Returns:

  • ("APPFLOW_INTEGRATION")


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

def workflow_type: () -> ("APPFLOW_INTEGRATION")