Module: Aws::States::Client::_DescribeExecutionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeExecutionOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cause ⇒ ::String
- #execution_arn ⇒ ::String
- #input ⇒ ::String
- #input_details ⇒ Types::CloudWatchEventsExecutionDataDetails
- #map_run_arn ⇒ ::String
- #name ⇒ ::String
- #output ⇒ ::String
- #output_details ⇒ Types::CloudWatchEventsExecutionDataDetails
- #redrive_count ⇒ ::Integer
- #redrive_date ⇒ ::Time
- #redrive_status ⇒ "REDRIVABLE", ...
- #redrive_status_reason ⇒ ::String
- #start_date ⇒ ::Time
- #state_machine_alias_arn ⇒ ::String
- #state_machine_arn ⇒ ::String
- #state_machine_version_arn ⇒ ::String
- #status ⇒ "RUNNING", ...
- #stop_date ⇒ ::Time
- #trace_header ⇒ ::String
Instance Method Details
#cause ⇒ ::String
217 |
# File 'sig/client.rbs', line 217
def cause: () -> ::String
|
#execution_arn ⇒ ::String
205 |
# File 'sig/client.rbs', line 205
def execution_arn: () -> ::String
|
#input ⇒ ::String
211 |
# File 'sig/client.rbs', line 211
def input: () -> ::String
|
#input_details ⇒ Types::CloudWatchEventsExecutionDataDetails
212 |
# File 'sig/client.rbs', line 212
def input_details: () -> Types::CloudWatchEventsExecutionDataDetails
|
#map_run_arn ⇒ ::String
216 |
# File 'sig/client.rbs', line 216
def map_run_arn: () -> ::String
|
#name ⇒ ::String
207 |
# File 'sig/client.rbs', line 207
def name: () -> ::String
|
#output ⇒ ::String
213 |
# File 'sig/client.rbs', line 213
def output: () -> ::String
|
#output_details ⇒ Types::CloudWatchEventsExecutionDataDetails
214 |
# File 'sig/client.rbs', line 214
def output_details: () -> Types::CloudWatchEventsExecutionDataDetails
|
#redrive_count ⇒ ::Integer
220 |
# File 'sig/client.rbs', line 220
def redrive_count: () -> ::Integer
|
#redrive_date ⇒ ::Time
221 |
# File 'sig/client.rbs', line 221
def redrive_date: () -> ::Time
|
#redrive_status ⇒ "REDRIVABLE", ...
222 |
# File 'sig/client.rbs', line 222
def redrive_status: () -> ("REDRIVABLE" | "NOT_REDRIVABLE" | "REDRIVABLE_BY_MAP_RUN")
|
#redrive_status_reason ⇒ ::String
223 |
# File 'sig/client.rbs', line 223
def redrive_status_reason: () -> ::String
|
#start_date ⇒ ::Time
209 |
# File 'sig/client.rbs', line 209
def start_date: () -> ::Time
|
#state_machine_alias_arn ⇒ ::String
219 |
# File 'sig/client.rbs', line 219
def state_machine_alias_arn: () -> ::String
|
#state_machine_arn ⇒ ::String
206 |
# File 'sig/client.rbs', line 206
def state_machine_arn: () -> ::String
|
#state_machine_version_arn ⇒ ::String
218 |
# File 'sig/client.rbs', line 218
def state_machine_version_arn: () -> ::String
|
#status ⇒ "RUNNING", ...
208 |
# File 'sig/client.rbs', line 208
def status: () -> ("RUNNING" | "SUCCEEDED" | "FAILED" | "TIMED_OUT" | "ABORTED" | "PENDING_REDRIVE")
|
#stop_date ⇒ ::Time
210 |
# File 'sig/client.rbs', line 210
def stop_date: () -> ::Time
|
#trace_header ⇒ ::String
215 |
# File 'sig/client.rbs', line 215
def trace_header: () -> ::String
|