Class: Aws::Amplify::Types::CreateBranchResult

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

Overview

The result structure for create branch request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#branchTypes::Branch

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

Returns:



913
914
915
916
917
# File 'lib/aws-sdk-amplify/types.rb', line 913

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