class Aws::CodeCommit::Types::GetBlobInput

Represents the input of a get blob operation.

@note When making an API call, you may pass GetBlobInput

data as a hash:

    {
      repository_name: "RepositoryName", # required
      blob_id: "ObjectId", # required
    }

@!attribute [rw] repository_name

The name of the repository that contains the blob.
@return [String]

@!attribute [rw] blob_id

The ID of the blob, which is its SHA-1 pointer.
@return [String]

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

Constants

SENSITIVE