Class: Aws::Types::PipelineExecution
- Inherits:
-
Object
- Object
- Aws::Types::PipelineExecution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#parallelism_configuration ⇒ Types::ParallelismConfiguration
Returns the value of attribute parallelism_configuration.
-
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
-
#pipeline_execution_arn ⇒ ::String
Returns the value of attribute pipeline_execution_arn.
-
#pipeline_execution_description ⇒ ::String
Returns the value of attribute pipeline_execution_description.
-
#pipeline_execution_display_name ⇒ ::String
Returns the value of attribute pipeline_execution_display_name.
-
#pipeline_execution_status ⇒ "Executing", ...
Returns the value of attribute pipeline_execution_status.
-
#pipeline_experiment_config ⇒ Types::PipelineExperimentConfig
Returns the value of attribute pipeline_experiment_config.
-
#pipeline_parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute pipeline_parameters.
-
#pipeline_version_display_name ⇒ ::String
Returns the value of attribute pipeline_version_display_name.
-
#pipeline_version_id ⇒ ::Integer
Returns the value of attribute pipeline_version_id.
-
#selective_execution_config ⇒ Types::SelectiveExecutionConfig
Returns the value of attribute selective_execution_config.
Instance Attribute Details
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
9824 9825 9826 |
# File 'sig/types.rbs', line 9824 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
9822 9823 9824 |
# File 'sig/types.rbs', line 9822 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
9821 9822 9823 |
# File 'sig/types.rbs', line 9821 def failure_reason @failure_reason end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
9825 9826 9827 |
# File 'sig/types.rbs', line 9825 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9823 9824 9825 |
# File 'sig/types.rbs', line 9823 def last_modified_time @last_modified_time end |
#parallelism_configuration ⇒ Types::ParallelismConfiguration
Returns the value of attribute parallelism_configuration.
9826 9827 9828 |
# File 'sig/types.rbs', line 9826 def parallelism_configuration @parallelism_configuration end |
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
9815 9816 9817 |
# File 'sig/types.rbs', line 9815 def pipeline_arn @pipeline_arn end |
#pipeline_execution_arn ⇒ ::String
Returns the value of attribute pipeline_execution_arn.
9816 9817 9818 |
# File 'sig/types.rbs', line 9816 def pipeline_execution_arn @pipeline_execution_arn end |
#pipeline_execution_description ⇒ ::String
Returns the value of attribute pipeline_execution_description.
9819 9820 9821 |
# File 'sig/types.rbs', line 9819 def pipeline_execution_description @pipeline_execution_description end |
#pipeline_execution_display_name ⇒ ::String
Returns the value of attribute pipeline_execution_display_name.
9817 9818 9819 |
# File 'sig/types.rbs', line 9817 def pipeline_execution_display_name @pipeline_execution_display_name end |
#pipeline_execution_status ⇒ "Executing", ...
Returns the value of attribute pipeline_execution_status.
9818 9819 9820 |
# File 'sig/types.rbs', line 9818 def pipeline_execution_status @pipeline_execution_status end |
#pipeline_experiment_config ⇒ Types::PipelineExperimentConfig
Returns the value of attribute pipeline_experiment_config.
9820 9821 9822 |
# File 'sig/types.rbs', line 9820 def pipeline_experiment_config @pipeline_experiment_config end |
#pipeline_parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute pipeline_parameters.
9828 9829 9830 |
# File 'sig/types.rbs', line 9828 def pipeline_parameters @pipeline_parameters end |
#pipeline_version_display_name ⇒ ::String
Returns the value of attribute pipeline_version_display_name.
9830 9831 9832 |
# File 'sig/types.rbs', line 9830 def pipeline_version_display_name @pipeline_version_display_name end |
#pipeline_version_id ⇒ ::Integer
Returns the value of attribute pipeline_version_id.
9829 9830 9831 |
# File 'sig/types.rbs', line 9829 def pipeline_version_id @pipeline_version_id end |
#selective_execution_config ⇒ Types::SelectiveExecutionConfig
Returns the value of attribute selective_execution_config.
9827 9828 9829 |
# File 'sig/types.rbs', line 9827 def selective_execution_config @selective_execution_config end |