Class: Aws::Types::StartExecutionOutput
- Inherits:
-
Object
- Object
- Aws::Types::StartExecutionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
Instance Attribute Details
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
880 881 882 |
# File 'sig/types.rbs', line 880 def execution_arn @execution_arn end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
881 882 883 |
# File 'sig/types.rbs', line 881 def start_date @start_date end |