Class: Aws::CodeCatalyst::Types::CreateSourceRepositoryBranchRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#head_commit_idString

The commit ID in an existing branch from which you want to create the new branch.

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 312

class CreateSourceRepositoryBranchRequest < Struct.new(
  :space_name,
  :project_name,
  :source_repository_name,
  :name,
  :head_commit_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name for the branch you're creating.

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 312

class CreateSourceRepositoryBranchRequest < Struct.new(
  :space_name,
  :project_name,
  :source_repository_name,
  :name,
  :head_commit_id)
  SENSITIVE = []
  include Aws::Structure
end

#project_nameString

The name of the project in the space.

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 312

class CreateSourceRepositoryBranchRequest < Struct.new(
  :space_name,
  :project_name,
  :source_repository_name,
  :name,
  :head_commit_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_repository_nameString

The name of the repository where you want to create a branch.

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 312

class CreateSourceRepositoryBranchRequest < Struct.new(
  :space_name,
  :project_name,
  :source_repository_name,
  :name,
  :head_commit_id)
  SENSITIVE = []
  include Aws::Structure
end

#space_nameString

The name of the space.

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 312

class CreateSourceRepositoryBranchRequest < Struct.new(
  :space_name,
  :project_name,
  :source_repository_name,
  :name,
  :head_commit_id)
  SENSITIVE = []
  include Aws::Structure
end