Class: Aws::CodePipeline::Types::SourceRevision

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb

Overview

Information about the version (or revision) of a source artifact that initiated a pipeline execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_nameString

The name of the action that processed the revision to the source artifact.

Returns:

  • (String)


3963
3964
3965
3966
3967
3968
3969
3970
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3963

class SourceRevision < Struct.new(
  :action_name,
  :revision_id,
  :revision_summary,
  :revision_url)
  SENSITIVE = []
  include Aws::Structure
end

#revision_idString

The system-generated unique ID that identifies the revision number of the artifact.

Returns:

  • (String)


3963
3964
3965
3966
3967
3968
3969
3970
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3963

class SourceRevision < Struct.new(
  :action_name,
  :revision_id,
  :revision_summary,
  :revision_url)
  SENSITIVE = []
  include Aws::Structure
end

#revision_summaryString

Summary information about the most recent revision of the artifact. For GitHub and CodeCommit repositories, the commit message. For Amazon S3 buckets or actions, the user-provided content of a codepipeline-artifact-revision-summary key specified in the object metadata.

Returns:

  • (String)


3963
3964
3965
3966
3967
3968
3969
3970
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3963

class SourceRevision < Struct.new(
  :action_name,
  :revision_id,
  :revision_summary,
  :revision_url)
  SENSITIVE = []
  include Aws::Structure
end

#revision_urlString

The commit ID for the artifact revision. For artifacts stored in GitHub or CodeCommit repositories, the commit ID is linked to a commit details page.

Returns:

  • (String)


3963
3964
3965
3966
3967
3968
3969
3970
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3963

class SourceRevision < Struct.new(
  :action_name,
  :revision_id,
  :revision_summary,
  :revision_url)
  SENSITIVE = []
  include Aws::Structure
end