Class: Aws::Types::PipelineVersion

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:



9911
9912
9913
# File 'sig/types.rbs', line 9911

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


9909
9910
9911
# File 'sig/types.rbs', line 9909

def creation_time
  @creation_time
end

#last_executed_pipeline_execution_arn::String

Returns the value of attribute last_executed_pipeline_execution_arn.

Returns:

  • (::String)


9913
9914
9915
# File 'sig/types.rbs', line 9913

def last_executed_pipeline_execution_arn
  @last_executed_pipeline_execution_arn
end

#last_executed_pipeline_execution_display_name::String

Returns the value of attribute last_executed_pipeline_execution_display_name.

Returns:

  • (::String)


9914
9915
9916
# File 'sig/types.rbs', line 9914

def last_executed_pipeline_execution_display_name
  @last_executed_pipeline_execution_display_name
end

#last_executed_pipeline_execution_status"Executing", ...

Returns the value of attribute last_executed_pipeline_execution_status.

Returns:

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


9915
9916
9917
# File 'sig/types.rbs', line 9915

def last_executed_pipeline_execution_status
  @last_executed_pipeline_execution_status
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



9912
9913
9914
# File 'sig/types.rbs', line 9912

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9910
9911
9912
# File 'sig/types.rbs', line 9910

def last_modified_time
  @last_modified_time
end

#pipeline_arn::String

Returns the value of attribute pipeline_arn.

Returns:

  • (::String)


9905
9906
9907
# File 'sig/types.rbs', line 9905

def pipeline_arn
  @pipeline_arn
end

#pipeline_version_description::String

Returns the value of attribute pipeline_version_description.

Returns:

  • (::String)


9908
9909
9910
# File 'sig/types.rbs', line 9908

def pipeline_version_description
  @pipeline_version_description
end

#pipeline_version_display_name::String

Returns the value of attribute pipeline_version_display_name.

Returns:

  • (::String)


9907
9908
9909
# File 'sig/types.rbs', line 9907

def pipeline_version_display_name
  @pipeline_version_display_name
end

#pipeline_version_id::Integer

Returns the value of attribute pipeline_version_id.

Returns:

  • (::Integer)


9906
9907
9908
# File 'sig/types.rbs', line 9906

def pipeline_version_id
  @pipeline_version_id
end