Class: Aws::Amplify::Types::UpdateBranchResult

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

Overview

The result structure for the update 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:



2865
2866
2867
2868
2869
# File 'lib/aws-sdk-amplify/types.rb', line 2865

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