Class: Aws::Types::DescribeExecutionOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeExecutionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cause ⇒ ::String
Returns the value of attribute cause.
-
#error ⇒ ::String
Returns the value of attribute error.
-
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
-
#input ⇒ ::String
Returns the value of attribute input.
-
#input_details ⇒ Types::CloudWatchEventsExecutionDataDetails
Returns the value of attribute input_details.
-
#map_run_arn ⇒ ::String
Returns the value of attribute map_run_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output ⇒ ::String
Returns the value of attribute output.
-
#output_details ⇒ Types::CloudWatchEventsExecutionDataDetails
Returns the value of attribute output_details.
-
#redrive_count ⇒ ::Integer
Returns the value of attribute redrive_count.
-
#redrive_date ⇒ ::Time
Returns the value of attribute redrive_date.
-
#redrive_status ⇒ "REDRIVABLE", ...
Returns the value of attribute redrive_status.
-
#redrive_status_reason ⇒ ::String
Returns the value of attribute redrive_status_reason.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#state_machine_alias_arn ⇒ ::String
Returns the value of attribute state_machine_alias_arn.
-
#state_machine_arn ⇒ ::String
Returns the value of attribute state_machine_arn.
-
#state_machine_version_arn ⇒ ::String
Returns the value of attribute state_machine_version_arn.
-
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
-
#stop_date ⇒ ::Time
Returns the value of attribute stop_date.
-
#trace_header ⇒ ::String
Returns the value of attribute trace_header.
Instance Attribute Details
#cause ⇒ ::String
Returns the value of attribute cause.
214 215 216 |
# File 'sig/types.rbs', line 214 def cause @cause end |
#error ⇒ ::String
Returns the value of attribute error.
213 214 215 |
# File 'sig/types.rbs', line 213 def error @error end |
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
201 202 203 |
# File 'sig/types.rbs', line 201 def execution_arn @execution_arn end |
#input ⇒ ::String
Returns the value of attribute input.
207 208 209 |
# File 'sig/types.rbs', line 207 def input @input end |
#input_details ⇒ Types::CloudWatchEventsExecutionDataDetails
Returns the value of attribute input_details.
208 209 210 |
# File 'sig/types.rbs', line 208 def input_details @input_details end |
#map_run_arn ⇒ ::String
Returns the value of attribute map_run_arn.
212 213 214 |
# File 'sig/types.rbs', line 212 def map_run_arn @map_run_arn end |
#name ⇒ ::String
Returns the value of attribute name.
203 204 205 |
# File 'sig/types.rbs', line 203 def name @name end |
#output ⇒ ::String
Returns the value of attribute output.
209 210 211 |
# File 'sig/types.rbs', line 209 def output @output end |
#output_details ⇒ Types::CloudWatchEventsExecutionDataDetails
Returns the value of attribute output_details.
210 211 212 |
# File 'sig/types.rbs', line 210 def output_details @output_details end |
#redrive_count ⇒ ::Integer
Returns the value of attribute redrive_count.
217 218 219 |
# File 'sig/types.rbs', line 217 def redrive_count @redrive_count end |
#redrive_date ⇒ ::Time
Returns the value of attribute redrive_date.
218 219 220 |
# File 'sig/types.rbs', line 218 def redrive_date @redrive_date end |
#redrive_status ⇒ "REDRIVABLE", ...
Returns the value of attribute redrive_status.
219 220 221 |
# File 'sig/types.rbs', line 219 def redrive_status @redrive_status end |
#redrive_status_reason ⇒ ::String
Returns the value of attribute redrive_status_reason.
220 221 222 |
# File 'sig/types.rbs', line 220 def redrive_status_reason @redrive_status_reason end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
205 206 207 |
# File 'sig/types.rbs', line 205 def start_date @start_date end |
#state_machine_alias_arn ⇒ ::String
Returns the value of attribute state_machine_alias_arn.
216 217 218 |
# File 'sig/types.rbs', line 216 def state_machine_alias_arn @state_machine_alias_arn end |
#state_machine_arn ⇒ ::String
Returns the value of attribute state_machine_arn.
202 203 204 |
# File 'sig/types.rbs', line 202 def state_machine_arn @state_machine_arn end |
#state_machine_version_arn ⇒ ::String
Returns the value of attribute state_machine_version_arn.
215 216 217 |
# File 'sig/types.rbs', line 215 def state_machine_version_arn @state_machine_version_arn end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
204 205 206 |
# File 'sig/types.rbs', line 204 def status @status end |
#stop_date ⇒ ::Time
Returns the value of attribute stop_date.
206 207 208 |
# File 'sig/types.rbs', line 206 def stop_date @stop_date end |
#trace_header ⇒ ::String
Returns the value of attribute trace_header.
211 212 213 |
# File 'sig/types.rbs', line 211 def trace_header @trace_header end |