Class: Aws::Amplify::Types::DeleteBranchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::DeleteBranchRequest
- Defined in:
- gems/aws-sdk-amplify/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.
1278 1279 1280 1281 1282 1283 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1278 class DeleteBranchRequest < Struct.new( :app_id, :branch_name) SENSITIVE = [] include Aws::Structure end |
#branch_name ⇒ String
The name of the branch.
1278 1279 1280 1281 1282 1283 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1278 class DeleteBranchRequest < Struct.new( :app_id, :branch_name) SENSITIVE = [] include Aws::Structure end |