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.
757 758 759 |
# File 'sig/types.rbs', line 757 def durable_execution_arn @durable_execution_arn end |
#durable_execution_name ⇒ ::String
Returns the value of attribute durable_execution_name.
758 759 760 |
# File 'sig/types.rbs', line 758 def durable_execution_name @durable_execution_name end |
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
762 763 764 |
# File 'sig/types.rbs', line 762 def @end_timestamp end |
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
759 760 761 |
# File 'sig/types.rbs', line 759 def function_arn @function_arn end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
763 764 765 |
# File 'sig/types.rbs', line 763 def kms_key_arn @kms_key_arn end |
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
761 762 763 |
# File 'sig/types.rbs', line 761 def @start_timestamp end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
760 761 762 |
# File 'sig/types.rbs', line 760 def status @status end |