class Aws::CodeCommit::Types::CreateCommitOutput


@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/CreateCommitOutput AWS API Documentation
@return [Array<Types::FileMetadata>]
The files deleted as part of the committed file changes.
@!attribute [rw] files_deleted
@return [Array<Types::FileMetadata>]
The files updated as part of the commited file changes.
@!attribute [rw] files_updated
@return [Array<Types::FileMetadata>]
The files added as part of the committed file changes.
@!attribute [rw] files_added
@return [String]
contains the commited file changes.
The full SHA-1 pointer of the tree information for the commit that
@!attribute [rw] tree_id
@return [String]
changes.
The full commit ID of the commit that contains your committed file
@!attribute [rw] commit_id