Class: Aws::CodePipeline::Types::CurrentRevision
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::CurrentRevision
- Defined in:
- gems/aws-sdk-codepipeline/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.
1592 1593 1594 1595 1596 1597 1598 1599 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1592 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.
1592 1593 1594 1595 1596 1597 1598 1599 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1592 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.
1592 1593 1594 1595 1596 1597 1598 1599 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1592 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.
1592 1593 1594 1595 1596 1597 1598 1599 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1592 class CurrentRevision < Struct.new( :revision, :change_identifier, :created, :revision_summary) SENSITIVE = [] include Aws::Structure end |