class Aws::CodeCommit::Types::CreateCommitOutput

@!attribute [rw] commit_id

The full commit ID of the commit that contains your committed file
changes.
@return [String]

@!attribute [rw] tree_id

The full SHA-1 pointer of the tree information for the commit that
contains the commited file changes.
@return [String]

@!attribute [rw] files_added

The files added as part of the committed file changes.
@return [Array<Types::FileMetadata>]

@!attribute [rw] files_updated

The files updated as part of the commited file changes.
@return [Array<Types::FileMetadata>]

@!attribute [rw] files_deleted

The files deleted as part of the committed file changes.
@return [Array<Types::FileMetadata>]

@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/CreateCommitOutput AWS API Documentation

Constants

SENSITIVE