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
151 |
# File 'sig/client.rbs', line 151
def attempt_number: () -> ::Integer
|
#duration_in_seconds ⇒ ::Integer
146 |
# File 'sig/client.rbs', line 146
def duration_in_seconds: () -> ::Integer
|
#ended_at ⇒ ::Time
149 |
# File 'sig/client.rbs', line 149
def ended_at: () -> ::Time
|
#error_message ⇒ ::String
152 |
# File 'sig/client.rbs', line 152
def error_message: () -> ::String
|
#log_stream ⇒ ::String
154 |
# File 'sig/client.rbs', line 154
def log_stream: () -> ::String
|
#modified_at ⇒ ::Time
148 |
# File 'sig/client.rbs', line 148
def modified_at: () -> ::Time
|
#operator_name ⇒ ::String
147 |
# File 'sig/client.rbs', line 147
def operator_name: () -> ::String
|
#run_id ⇒ ::String
142 |
# File 'sig/client.rbs', line 142
def run_id: () -> ::String
|
#started_at ⇒ ::Time
150 |
# File 'sig/client.rbs', line 150
def started_at: () -> ::Time
|
#status ⇒ "QUEUED", ...
145 |
# File 'sig/client.rbs', line 145
def status: () -> ("QUEUED" | "FAILED" | "SCHEDULED" | "RUNNING" | "SUCCESS" | "UP_FOR_RESCHEDULE" | "UP_FOR_RETRY" | "UPSTREAM_FAILED" | "REMOVED" | "RESTARTING" | "DEFERRED" | "NONE" | "CANCELLED" | "TIMEOUT")
|
#task_id ⇒ ::String
153 |
# File 'sig/client.rbs', line 153
def task_id: () -> ::String
|
#task_instance_id ⇒ ::String
143 |
# File 'sig/client.rbs', line 143
def task_instance_id: () -> ::String
|
#workflow_arn ⇒ ::String
141 |
# File 'sig/client.rbs', line 141
def workflow_arn: () -> ::String
|
#workflow_version ⇒ ::String
144 |
# File 'sig/client.rbs', line 144
def workflow_version: () -> ::String
|
#xcom ⇒ ::Hash[::String, ::String]
155 |
# File 'sig/client.rbs', line 155
def xcom: () -> ::Hash[::String, ::String]
|