You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeCommit::Types::CreateCommitOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#commit_idString

The full commit ID of the commit that contains your committed file changes.

Returns:

  • (String)

    The full commit ID of the commit that contains your committed file changes.

#files_addedArray<Types::FileMetadata>

The files added as part of the committed file changes.

Returns:

#files_deletedArray<Types::FileMetadata>

The files deleted as part of the committed file changes.

Returns:

#files_updatedArray<Types::FileMetadata>

The files updated as part of the commited file changes.

Returns:

#tree_idString

The full SHA-1 pointer of the tree information for the commit that contains the commited file changes.

Returns:

  • (String)

    The full SHA-1 pointer of the tree information for the commit that contains the commited file changes.