Class: Aws::Types::PipelineExecution

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_byTypes::UserContext

Returns the value of attribute created_by.

Returns:



9887
9888
9889
# File 'sig/types.rbs', line 9887

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


9885
9886
9887
# File 'sig/types.rbs', line 9885

def creation_time
  @creation_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


9884
9885
9886
# File 'sig/types.rbs', line 9884

def failure_reason
  @failure_reason
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



9888
9889
9890
# File 'sig/types.rbs', line 9888

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9886
9887
9888
# File 'sig/types.rbs', line 9886

def last_modified_time
  @last_modified_time
end

#parallelism_configurationTypes::ParallelismConfiguration

Returns the value of attribute parallelism_configuration.



9889
9890
9891
# File 'sig/types.rbs', line 9889

def parallelism_configuration
  @parallelism_configuration
end

#pipeline_arn::String

Returns the value of attribute pipeline_arn.

Returns:

  • (::String)


9878
9879
9880
# File 'sig/types.rbs', line 9878

def pipeline_arn
  @pipeline_arn
end

#pipeline_execution_arn::String

Returns the value of attribute pipeline_execution_arn.

Returns:

  • (::String)


9879
9880
9881
# File 'sig/types.rbs', line 9879

def pipeline_execution_arn
  @pipeline_execution_arn
end

#pipeline_execution_description::String

Returns the value of attribute pipeline_execution_description.

Returns:

  • (::String)


9882
9883
9884
# File 'sig/types.rbs', line 9882

def pipeline_execution_description
  @pipeline_execution_description
end

#pipeline_execution_display_name::String

Returns the value of attribute pipeline_execution_display_name.

Returns:

  • (::String)


9880
9881
9882
# File 'sig/types.rbs', line 9880

def pipeline_execution_display_name
  @pipeline_execution_display_name
end

#pipeline_execution_status"Executing", ...

Returns the value of attribute pipeline_execution_status.

Returns:

  • ("Executing", "Stopping", "Stopped", "Failed", "Succeeded")


9881
9882
9883
# File 'sig/types.rbs', line 9881

def pipeline_execution_status
  @pipeline_execution_status
end

#pipeline_experiment_configTypes::PipelineExperimentConfig

Returns the value of attribute pipeline_experiment_config.



9883
9884
9885
# File 'sig/types.rbs', line 9883

def pipeline_experiment_config
  @pipeline_experiment_config
end

#pipeline_parameters::Array[Types::Parameter]

Returns the value of attribute pipeline_parameters.

Returns:



9891
9892
9893
# File 'sig/types.rbs', line 9891

def pipeline_parameters
  @pipeline_parameters
end

#pipeline_version_display_name::String

Returns the value of attribute pipeline_version_display_name.

Returns:

  • (::String)


9893
9894
9895
# File 'sig/types.rbs', line 9893

def pipeline_version_display_name
  @pipeline_version_display_name
end

#pipeline_version_id::Integer

Returns the value of attribute pipeline_version_id.

Returns:

  • (::Integer)


9892
9893
9894
# File 'sig/types.rbs', line 9892

def pipeline_version_id
  @pipeline_version_id
end

#selective_execution_configTypes::SelectiveExecutionConfig

Returns the value of attribute selective_execution_config.



9890
9891
9892
# File 'sig/types.rbs', line 9890

def selective_execution_config
  @selective_execution_config
end