Class: Aws::Types::ComputeNodeExecutionDetails
- Inherits:
-
Object
- Object
- Aws::Types::ComputeNodeExecutionDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_node_name ⇒ ::String
Returns the value of attribute compute_node_name.
-
#depends_on ⇒ ::Array[::String]
Returns the value of attribute depends_on.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#execution_environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute execution_environment_variables.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ Types::ComputeNodeExecutionStatus
Returns the value of attribute status.
-
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
-
#task_name ⇒ ::String
Returns the value of attribute task_name.
-
#task_version ⇒ ::String
Returns the value of attribute task_version.
Instance Attribute Details
#compute_node_name ⇒ ::String
Returns the value of attribute compute_node_name.
776 777 778 |
# File 'sig/types.rbs', line 776 def compute_node_name @compute_node_name end |
#depends_on ⇒ ::Array[::String]
Returns the value of attribute depends_on.
780 781 782 |
# File 'sig/types.rbs', line 780 def depends_on @depends_on end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
783 784 785 |
# File 'sig/types.rbs', line 783 def end_time @end_time end |
#execution_environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute execution_environment_variables.
784 785 786 |
# File 'sig/types.rbs', line 784 def execution_environment_variables @execution_environment_variables end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
782 783 784 |
# File 'sig/types.rbs', line 782 def start_time @start_time end |
#status ⇒ Types::ComputeNodeExecutionStatus
Returns the value of attribute status.
781 782 783 |
# File 'sig/types.rbs', line 781 def status @status end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
778 779 780 |
# File 'sig/types.rbs', line 778 def task_arn @task_arn end |
#task_name ⇒ ::String
Returns the value of attribute task_name.
777 778 779 |
# File 'sig/types.rbs', line 777 def task_name @task_name end |
#task_version ⇒ ::String
Returns the value of attribute task_version.
779 780 781 |
# File 'sig/types.rbs', line 779 def task_version @task_version end |