Class: Aws::Types::Execution
- Inherits:
-
Object
- Object
- Aws::Types::Execution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#durable_execution_arn ⇒ ::String
Returns the value of attribute durable_execution_arn.
-
#durable_execution_name ⇒ ::String
Returns the value of attribute durable_execution_name.
-
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
-
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
-
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
Instance Attribute Details
#durable_execution_arn ⇒ ::String
Returns the value of attribute durable_execution_arn.
763 764 765 |
# File 'sig/types.rbs', line 763 def durable_execution_arn @durable_execution_arn end |
#durable_execution_name ⇒ ::String
Returns the value of attribute durable_execution_name.
764 765 766 |
# File 'sig/types.rbs', line 764 def durable_execution_name @durable_execution_name end |
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
768 769 770 |
# File 'sig/types.rbs', line 768 def @end_timestamp end |
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
765 766 767 |
# File 'sig/types.rbs', line 765 def function_arn @function_arn end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
769 770 771 |
# File 'sig/types.rbs', line 769 def kms_key_arn @kms_key_arn end |
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
767 768 769 |
# File 'sig/types.rbs', line 767 def @start_timestamp end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
766 767 768 |
# File 'sig/types.rbs', line 766 def status @status end |