Class: Aws::Amplify::Types::DeleteBranchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::DeleteBranchRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplify/types.rb
Overview
The request structure for the delete branch request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique ID for an Amplify app.
-
#branch_name ⇒ String
The name of the branch.
Instance Attribute Details
#app_id ⇒ String
The unique ID for an Amplify app.
1289 1290 1291 1292 1293 1294 |
# File 'lib/aws-sdk-amplify/types.rb', line 1289 class DeleteBranchRequest < Struct.new( :app_id, :branch_name) SENSITIVE = [] include Aws::Structure end |
#branch_name ⇒ String
The name of the branch.
1289 1290 1291 1292 1293 1294 |
# File 'lib/aws-sdk-amplify/types.rb', line 1289 class DeleteBranchRequest < Struct.new( :app_id, :branch_name) SENSITIVE = [] include Aws::Structure end |