Class: Aws::Types::MapRunListItem
- Inherits:
-
Object
- Object
- Aws::Types::MapRunListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
-
#map_run_arn ⇒ ::String
Returns the value of attribute map_run_arn.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#state_machine_arn ⇒ ::String
Returns the value of attribute state_machine_arn.
-
#stop_date ⇒ ::Time
Returns the value of attribute stop_date.
Instance Attribute Details
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
761 762 763 |
# File 'sig/types.rbs', line 761 def execution_arn @execution_arn end |
#map_run_arn ⇒ ::String
Returns the value of attribute map_run_arn.
762 763 764 |
# File 'sig/types.rbs', line 762 def map_run_arn @map_run_arn end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
764 765 766 |
# File 'sig/types.rbs', line 764 def start_date @start_date end |
#state_machine_arn ⇒ ::String
Returns the value of attribute state_machine_arn.
763 764 765 |
# File 'sig/types.rbs', line 763 def state_machine_arn @state_machine_arn end |
#stop_date ⇒ ::Time
Returns the value of attribute stop_date.
765 766 767 |
# File 'sig/types.rbs', line 765 def stop_date @stop_date end |