class Aws::Amplify::Types::DeleteBranchRequest
The request structure for the delete branch request.
@note When making an API call, you may pass DeleteBranchRequest
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/DeleteBranchRequest AWS API Documentation
Constants
- SENSITIVE