Class: Aws::CodePipeline::Types::CurrentRevision
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::CurrentRevision
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Represents information about a current revision.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_identifier ⇒ String
The change identifier for the current revision.
-
#created ⇒ Time
The date and time when the most recent revision of the artifact was created, in timestamp format.
-
#revision ⇒ String
The revision ID of the current version of an artifact.
-
#revision_summary ⇒ String
The summary of the most recent revision of the artifact.
Instance Attribute Details
#change_identifier ⇒ String
The change identifier for the current revision.
1580 1581 1582 1583 1584 1585 1586 1587 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1580 class CurrentRevision < Struct.new( :revision, :change_identifier, :created, :revision_summary) SENSITIVE = [] include Aws::Structure end |
#created ⇒ Time
The date and time when the most recent revision of the artifact was created, in timestamp format.
1580 1581 1582 1583 1584 1585 1586 1587 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1580 class CurrentRevision < Struct.new( :revision, :change_identifier, :created, :revision_summary) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ String
The revision ID of the current version of an artifact.
1580 1581 1582 1583 1584 1585 1586 1587 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1580 class CurrentRevision < Struct.new( :revision, :change_identifier, :created, :revision_summary) SENSITIVE = [] include Aws::Structure end |
#revision_summary ⇒ String
The summary of the most recent revision of the artifact.
1580 1581 1582 1583 1584 1585 1586 1587 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1580 class CurrentRevision < Struct.new( :revision, :change_identifier, :created, :revision_summary) SENSITIVE = [] include Aws::Structure end |