Module: Aws::CustomerProfiles::Client::_GetWorkflowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetWorkflowResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attributes ⇒ Types::WorkflowAttributes
- #error_description ⇒ ::String
- #last_updated_at ⇒ ::Time
- #metrics ⇒ Types::WorkflowMetrics
- #start_date ⇒ ::Time
- #status ⇒ "NOT_STARTED", ...
- #workflow_id ⇒ ::String
- #workflow_type ⇒ "APPFLOW_INTEGRATION"
Instance Method Details
#attributes ⇒ Types::WorkflowAttributes
1192 |
# File 'sig/client.rbs', line 1192
def attributes: () -> Types::WorkflowAttributes
|
#error_description ⇒ ::String
1189 |
# File 'sig/client.rbs', line 1189
def error_description: () -> ::String
|
#last_updated_at ⇒ ::Time
1191 |
# File 'sig/client.rbs', line 1191
def last_updated_at: () -> ::Time
|
#metrics ⇒ Types::WorkflowMetrics
1193 |
# File 'sig/client.rbs', line 1193
def metrics: () -> Types::WorkflowMetrics
|
#start_date ⇒ ::Time
1190 |
# File 'sig/client.rbs', line 1190
def start_date: () -> ::Time
|
#status ⇒ "NOT_STARTED", ...
1188 |
# File 'sig/client.rbs', line 1188
def status: () -> ("NOT_STARTED" | "IN_PROGRESS" | "COMPLETE" | "FAILED" | "SPLIT" | "RETRY" | "CANCELLED")
|
#workflow_id ⇒ ::String
1186 |
# File 'sig/client.rbs', line 1186
def workflow_id: () -> ::String
|
#workflow_type ⇒ "APPFLOW_INTEGRATION"
1187 |
# File 'sig/client.rbs', line 1187
def workflow_type: () -> ("APPFLOW_INTEGRATION")
|