Class: Aws::Types::DescribePipelineExecutionResponse

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:



5035
5036
5037
# File 'sig/types.rbs', line 5035

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


5033
5034
5035
# File 'sig/types.rbs', line 5033

def creation_time
  @creation_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


5032
5033
5034
# File 'sig/types.rbs', line 5032

def failure_reason
  @failure_reason
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



5036
5037
5038
# File 'sig/types.rbs', line 5036

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5034
5035
5036
# File 'sig/types.rbs', line 5034

def last_modified_time
  @last_modified_time
end

#m_lflow_configTypes::MLflowConfiguration

Returns the value of attribute m_lflow_config.



5040
5041
5042
# File 'sig/types.rbs', line 5040

def m_lflow_config
  @m_lflow_config
end

#parallelism_configurationTypes::ParallelismConfiguration

Returns the value of attribute parallelism_configuration.



5037
5038
5039
# File 'sig/types.rbs', line 5037

def parallelism_configuration
  @parallelism_configuration
end

#pipeline_arn::String

Returns the value of attribute pipeline_arn.

Returns:

  • (::String)


5026
5027
5028
# File 'sig/types.rbs', line 5026

def pipeline_arn
  @pipeline_arn
end

#pipeline_execution_arn::String

Returns the value of attribute pipeline_execution_arn.

Returns:

  • (::String)


5027
5028
5029
# File 'sig/types.rbs', line 5027

def pipeline_execution_arn
  @pipeline_execution_arn
end

#pipeline_execution_description::String

Returns the value of attribute pipeline_execution_description.

Returns:

  • (::String)


5030
5031
5032
# File 'sig/types.rbs', line 5030

def pipeline_execution_description
  @pipeline_execution_description
end

#pipeline_execution_display_name::String

Returns the value of attribute pipeline_execution_display_name.

Returns:

  • (::String)


5028
5029
5030
# File 'sig/types.rbs', line 5028

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")


5029
5030
5031
# File 'sig/types.rbs', line 5029

def pipeline_execution_status
  @pipeline_execution_status
end

#pipeline_experiment_configTypes::PipelineExperimentConfig

Returns the value of attribute pipeline_experiment_config.



5031
5032
5033
# File 'sig/types.rbs', line 5031

def pipeline_experiment_config
  @pipeline_experiment_config
end

#pipeline_version_id::Integer

Returns the value of attribute pipeline_version_id.

Returns:

  • (::Integer)


5039
5040
5041
# File 'sig/types.rbs', line 5039

def pipeline_version_id
  @pipeline_version_id
end

#selective_execution_configTypes::SelectiveExecutionConfig

Returns the value of attribute selective_execution_config.



5038
5039
5040
# File 'sig/types.rbs', line 5038

def selective_execution_config
  @selective_execution_config
end