Module: Aws::MWAAServerless::Client::_GetTaskInstanceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTaskInstanceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attempt_number ⇒ ::Integer
- #duration_in_seconds ⇒ ::Integer
- #ended_at ⇒ ::Time
- #error_message ⇒ ::String
- #log_stream ⇒ ::String
- #modified_at ⇒ ::Time
- #operator_name ⇒ ::String
- #run_id ⇒ ::String
- #started_at ⇒ ::Time
- #status ⇒ "QUEUED", ...
- #task_id ⇒ ::String
- #task_instance_id ⇒ ::String
- #workflow_arn ⇒ ::String
- #workflow_version ⇒ ::String
- #xcom ⇒ ::Hash[::String, ::String]
Instance Method Details
#attempt_number ⇒ ::Integer
144 |
# File 'sig/client.rbs', line 144
def attempt_number: () -> ::Integer
|
#duration_in_seconds ⇒ ::Integer
139 |
# File 'sig/client.rbs', line 139
def duration_in_seconds: () -> ::Integer
|
#ended_at ⇒ ::Time
142 |
# File 'sig/client.rbs', line 142
def ended_at: () -> ::Time
|
#error_message ⇒ ::String
145 |
# File 'sig/client.rbs', line 145
def error_message: () -> ::String
|
#log_stream ⇒ ::String
147 |
# File 'sig/client.rbs', line 147
def log_stream: () -> ::String
|
#modified_at ⇒ ::Time
141 |
# File 'sig/client.rbs', line 141
def modified_at: () -> ::Time
|
#operator_name ⇒ ::String
140 |
# File 'sig/client.rbs', line 140
def operator_name: () -> ::String
|
#run_id ⇒ ::String
135 |
# File 'sig/client.rbs', line 135
def run_id: () -> ::String
|
#started_at ⇒ ::Time
143 |
# File 'sig/client.rbs', line 143
def started_at: () -> ::Time
|
#status ⇒ "QUEUED", ...
138 |
# File 'sig/client.rbs', line 138
def status: () -> ("QUEUED" | "FAILED" | "SCHEDULED" | "RUNNING" | "SUCCESS" | "UP_FOR_RESCHEDULE" | "UP_FOR_RETRY" | "UPSTREAM_FAILED" | "REMOVED" | "RESTARTING" | "DEFERRED" | "NONE" | "CANCELLED" | "TIMEOUT")
|
#task_id ⇒ ::String
146 |
# File 'sig/client.rbs', line 146
def task_id: () -> ::String
|
#task_instance_id ⇒ ::String
136 |
# File 'sig/client.rbs', line 136
def task_instance_id: () -> ::String
|
#workflow_arn ⇒ ::String
134 |
# File 'sig/client.rbs', line 134
def workflow_arn: () -> ::String
|
#workflow_version ⇒ ::String
137 |
# File 'sig/client.rbs', line 137
def workflow_version: () -> ::String
|
#xcom ⇒ ::Hash[::String, ::String]
148 |
# File 'sig/client.rbs', line 148
def xcom: () -> ::Hash[::String, ::String]
|