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

Class: Aws::CodeCommit::Types::PutFileOutput

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#blob_idString

The ID of the blob, which is its SHA-1 pointer.

Returns:

  • (String)

    The ID of the blob, which is its SHA-1 pointer.

#commit_idString

The full SHA ID of the commit that contains this file change.

Returns:

  • (String)

    The full SHA ID of the commit that contains this file change.

#tree_idString

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

Returns:

  • (String)

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