Class: Aws::Types::DescribePipelineExecutionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribePipelineExecutionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_node_execution_details ⇒ ::Array[Types::ComputeNodeExecutionDetails]
Returns the value of attribute compute_node_execution_details.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#execution_priority ⇒ ::Integer
Returns the value of attribute execution_priority.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#pipeline_execution_id ⇒ ::String
Returns the value of attribute pipeline_execution_id.
-
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
-
#pipeline_version ⇒ ::String
Returns the value of attribute pipeline_version.
-
#request_environment_variables ⇒ Types::ExecutionEnvironmentVariables
Returns the value of attribute request_environment_variables.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ Types::PipelineExecutionStatus
Returns the value of attribute status.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#compute_node_execution_details ⇒ ::Array[Types::ComputeNodeExecutionDetails]
Returns the value of attribute compute_node_execution_details.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def compute_node_execution_details @compute_node_execution_details end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def end_time @end_time end |
#execution_priority ⇒ ::Integer
Returns the value of attribute execution_priority.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def execution_priority @execution_priority end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def next_token @next_token end |
#pipeline_execution_id ⇒ ::String
Returns the value of attribute pipeline_execution_id.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def pipeline_execution_id @pipeline_execution_id end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def pipeline_name @pipeline_name end |
#pipeline_version ⇒ ::String
Returns the value of attribute pipeline_version.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def pipeline_version @pipeline_version end |
#request_environment_variables ⇒ Types::ExecutionEnvironmentVariables
Returns the value of attribute request_environment_variables.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def request_environment_variables @request_environment_variables end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def start_time @start_time end |
#status ⇒ Types::PipelineExecutionStatus
Returns the value of attribute status.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def status @status end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1845 1846 1847 |
# File 'sig/types.rbs', line 1845 def workspace_name @workspace_name end |