Class: Aws::Amplify::Types::DeleteBranchResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::DeleteBranchResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplify/types.rb
Overview
The result structure for the delete branch request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#branch ⇒ Types::Branch
The branch for an Amplify app, which maps to a third-party repository branch.
Instance Attribute Details
#branch ⇒ Types::Branch
The branch for an Amplify app, which maps to a third-party repository branch.
1305 1306 1307 1308 1309 |
# File 'lib/aws-sdk-amplify/types.rb', line 1305 class DeleteBranchResult < Struct.new( :branch) SENSITIVE = [] include Aws::Structure end |