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

Class: Aws::CodeCommit::Types::BlobMetadata

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

Overview

Returns information about a specific Git blob object.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#blob_id ⇒ String

The full ID of the blob.

Returns:

  • (String) —

    The full ID of the blob.

#mode ⇒ String

The file mode permissions of the blob. File mode permission codes include:

  • 100644 indicates read/write

  • 100755 indicates read/write/execute

  • 160000 indicates a submodule

  • 120000 indicates a symlink

Returns:

  • (String) —

    The file mode permissions of the blob.

#path ⇒ String

The path to the blob and associated file name, if any.

Returns:

  • (String) —

    The path to the blob and associated file name, if any.