Class: Aws::Types::ExecutionListItem
- Inherits:
-
Object
- Object
- Aws::Types::ExecutionListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
-
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
-
#map_run_arn ⇒ ::String
Returns the value of attribute map_run_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#redrive_count ⇒ ::Integer
Returns the value of attribute redrive_count.
-
#redrive_date ⇒ ::Time
Returns the value of attribute redrive_date.
-
#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.
Instance Attribute Details
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
349 350 351 |
# File 'sig/types.rbs', line 349 def execution_arn @execution_arn end |
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
356 357 358 |
# File 'sig/types.rbs', line 356 def item_count @item_count end |
#map_run_arn ⇒ ::String
Returns the value of attribute map_run_arn.
355 356 357 |
# File 'sig/types.rbs', line 355 def map_run_arn @map_run_arn end |
#name ⇒ ::String
Returns the value of attribute name.
351 352 353 |
# File 'sig/types.rbs', line 351 def name @name end |
#redrive_count ⇒ ::Integer
Returns the value of attribute redrive_count.
359 360 361 |
# File 'sig/types.rbs', line 359 def redrive_count @redrive_count end |
#redrive_date ⇒ ::Time
Returns the value of attribute redrive_date.
360 361 362 |
# File 'sig/types.rbs', line 360 def redrive_date @redrive_date end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
353 354 355 |
# File 'sig/types.rbs', line 353 def start_date @start_date end |
#state_machine_alias_arn ⇒ ::String
Returns the value of attribute state_machine_alias_arn.
358 359 360 |
# File 'sig/types.rbs', line 358 def state_machine_alias_arn @state_machine_alias_arn end |
#state_machine_arn ⇒ ::String
Returns the value of attribute state_machine_arn.
350 351 352 |
# File 'sig/types.rbs', line 350 def state_machine_arn @state_machine_arn end |
#state_machine_version_arn ⇒ ::String
Returns the value of attribute state_machine_version_arn.
357 358 359 |
# File 'sig/types.rbs', line 357 def state_machine_version_arn @state_machine_version_arn end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
352 353 354 |
# File 'sig/types.rbs', line 352 def status @status end |
#stop_date ⇒ ::Time
Returns the value of attribute stop_date.
354 355 356 |
# File 'sig/types.rbs', line 354 def stop_date @stop_date end |