

# CurrentRevision


Represents information about a current revision.

## Contents


 ** changeIdentifier **   <a name="CodePipeline-Type-CurrentRevision-changeIdentifier"></a>
The change identifier for the current revision.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Required: Yes

 ** revision **   <a name="CodePipeline-Type-CurrentRevision-revision"></a>
The revision ID of the current version of an artifact.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1500.  
Required: Yes

 ** created **   <a name="CodePipeline-Type-CurrentRevision-created"></a>
The date and time when the most recent revision of the artifact was created, in timestamp format.  
Type: Timestamp  
Required: No

 ** revisionSummary **   <a name="CodePipeline-Type-CurrentRevision-revisionSummary"></a>
The summary of the most recent revision of the artifact.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 2048.  
Required: No

## See Also


For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/codepipeline-2015-07-09/CurrentRevision) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/codepipeline-2015-07-09/CurrentRevision) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/codepipeline-2015-07-09/CurrentRevision) 