Class: Aws::Types::PipelineVersionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


9937
9938
9939
# File 'sig/types.rbs', line 9937

def creation_time
  @creation_time
end

#last_execution_pipeline_execution_arn::String

Returns the value of attribute last_execution_pipeline_execution_arn.

Returns:

  • (::String)


9940
9941
9942
# File 'sig/types.rbs', line 9940

def last_execution_pipeline_execution_arn
  @last_execution_pipeline_execution_arn
end

#pipeline_arn::String

Returns the value of attribute pipeline_arn.

Returns:

  • (::String)


9935
9936
9937
# File 'sig/types.rbs', line 9935

def pipeline_arn
  @pipeline_arn
end

#pipeline_version_description::String

Returns the value of attribute pipeline_version_description.

Returns:

  • (::String)


9938
9939
9940
# File 'sig/types.rbs', line 9938

def pipeline_version_description
  @pipeline_version_description
end

#pipeline_version_display_name::String

Returns the value of attribute pipeline_version_display_name.

Returns:

  • (::String)


9939
9940
9941
# File 'sig/types.rbs', line 9939

def pipeline_version_display_name
  @pipeline_version_display_name
end

#pipeline_version_id::Integer

Returns the value of attribute pipeline_version_id.

Returns:

  • (::Integer)


9936
9937
9938
# File 'sig/types.rbs', line 9936

def pipeline_version_id
  @pipeline_version_id
end