class Aws::CodeCommit::Types::BlobMetadata


@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/BlobMetadata AWS API Documentation
@return [String]
* ‘120000` indicates a symlink
* `160000` indicates a submodule
* `100755` indicates read/write/execute
* `100644` indicates read/write
include:
The file mode permissions of the blob. File mode permission codes
@!attribute [rw] mode
@return [String]
The path to the blob and associated file name, if any.
@!attribute [rw] path
@return [String]
The full ID of the blob.
@!attribute [rw] blob_id
Returns information about a specific Git blob object.