class Aws::CodeCommit::Types::GetBranchInput

Represents the input of a get branch operation.

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

data as a hash:

    {
      repository_name: "RepositoryName",
      branch_name: "BranchName",
    }

@!attribute [rw] repository_name

The name of the repository that contains the branch for which you
want to retrieve information.
@return [String]

@!attribute [rw] branch_name

The name of the branch for which you want to retrieve information.
@return [String]

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

Constants

SENSITIVE