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



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

def attributes: () -> Types::WorkflowAttributes

#error_description::String

Returns:

  • (::String)


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

def error_description: () -> ::String

#last_updated_at::Time

Returns:

  • (::Time)


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

def last_updated_at: () -> ::Time

#metricsTypes::WorkflowMetrics



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

def metrics: () -> Types::WorkflowMetrics

#start_date::Time

Returns:

  • (::Time)


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

def start_date: () -> ::Time

#status"NOT_STARTED", ...

Returns:

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


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

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

#workflow_id::String

Returns:

  • (::String)


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

def workflow_id: () -> ::String

#workflow_type"APPFLOW_INTEGRATION"

Returns:

  • ("APPFLOW_INTEGRATION")


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

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