Class: Aws::Amplify::Types::DeleteBranchResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb

Overview

The result structure for the delete branch request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#branchTypes::Branch

The branch for an Amplify app, which maps to a third-party repository branch.

Returns:



1216
1217
1218
1219
1220
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1216

class DeleteBranchResult < Struct.new(
  :branch)
  SENSITIVE = []
  include Aws::Structure
end