Module: Aws::IoTSiteWise::Client::_DescribePipelineExecutionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribePipelineExecutionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #compute_node_execution_details ⇒ ::Array[Types::ComputeNodeExecutionDetails]
- #end_time ⇒ ::Time
- #execution_priority ⇒ ::Integer
- #next_token ⇒ ::String
- #pipeline_execution_id ⇒ ::String
- #pipeline_name ⇒ ::String
- #pipeline_version ⇒ ::String
- #request_environment_variables ⇒ Types::ExecutionEnvironmentVariables
- #start_time ⇒ ::Time
- #status ⇒ Types::PipelineExecutionStatus
- #workspace_name ⇒ ::String
Instance Method Details
#compute_node_execution_details ⇒ ::Array[Types::ComputeNodeExecutionDetails]
1370 |
# File 'sig/client.rbs', line 1370
def compute_node_execution_details: () -> ::Array[Types::ComputeNodeExecutionDetails]
|
#end_time ⇒ ::Time
1367 |
# File 'sig/client.rbs', line 1367
def end_time: () -> ::Time
|
#execution_priority ⇒ ::Integer
1369 |
# File 'sig/client.rbs', line 1369
def execution_priority: () -> ::Integer
|
#next_token ⇒ ::String
1371 |
# File 'sig/client.rbs', line 1371
def next_token: () -> ::String
|
#pipeline_execution_id ⇒ ::String
1361 |
# File 'sig/client.rbs', line 1361
def pipeline_execution_id: () -> ::String
|
#pipeline_name ⇒ ::String
1362 |
# File 'sig/client.rbs', line 1362
def pipeline_name: () -> ::String
|
#pipeline_version ⇒ ::String
1364 |
# File 'sig/client.rbs', line 1364
def pipeline_version: () -> ::String
|
#request_environment_variables ⇒ Types::ExecutionEnvironmentVariables
1368 |
# File 'sig/client.rbs', line 1368
def request_environment_variables: () -> Types::ExecutionEnvironmentVariables
|
#start_time ⇒ ::Time
1366 |
# File 'sig/client.rbs', line 1366
def start_time: () -> ::Time
|
#status ⇒ Types::PipelineExecutionStatus
1365 |
# File 'sig/client.rbs', line 1365
def status: () -> Types::PipelineExecutionStatus
|
#workspace_name ⇒ ::String
1363 |
# File 'sig/client.rbs', line 1363
def workspace_name: () -> ::String
|