class Aws::CodeCommit::Types::GetBlobInput


@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/GetBlobInput AWS API Documentation
@return [String]
The ID of the blob, which is its SHA-1 pointer.
@!attribute [rw] blob_id
@return [String]
The name of the repository that contains the blob.
@!attribute [rw] repository_name
}
blob_id: “ObjectId”, # required
repository_name: “RepositoryName”, # required
{
data as a hash:
@note When making an API call, you may pass GetBlobInput
Represents the input of a get blob operation.