class Aws::Amplify::Types::GetBranchRequest

The request structure for the get branch request.

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

data as a hash:

    {
      app_id: "AppId", # required
      branch_name: "BranchName", # required
    }

@!attribute [rw] app_id

The unique ID for an Amplify app.
@return [String]

@!attribute [rw] branch_name

The name for the branch.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/GetBranchRequest AWS API Documentation

Constants

SENSITIVE