NAME
Paws::CodeCommit::CreateCommitOutput
ATTRIBUTES
CommitId => Str
The full commit ID of the commit that contains your committed file changes.
FilesAdded => ArrayRef[Paws::CodeCommit::FileMetadata]
The files added as part of the committed file changes.
FilesDeleted => ArrayRef[Paws::CodeCommit::FileMetadata]
The files deleted as part of the committed file changes.
FilesUpdated => ArrayRef[Paws::CodeCommit::FileMetadata]
The files updated as part of the commited file changes.
TreeId => Str
The full SHA-1 pointer of the tree information for the commit that contains the commited file changes.