Class: Aws::CodeCatalyst::Types::CreateSourceRepositoryBranchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::CreateSourceRepositoryBranchRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#head_commit_id ⇒ String
The commit ID in an existing branch from which you want to create the new branch.
-
#name ⇒ String
The name for the branch you’re creating.
-
#project_name ⇒ String
The name of the project in the space.
-
#source_repository_name ⇒ String
The name of the repository where you want to create a branch.
-
#space_name ⇒ String
The name of the space.
Instance Attribute Details
#head_commit_id ⇒ String
The commit ID in an existing branch from which you want to create the new branch.
312 313 314 315 316 317 318 319 320 |
# File '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 |
#name ⇒ String
The name for the branch you’re creating.
312 313 314 315 316 317 318 319 320 |
# File '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_name ⇒ String
The name of the project in the space.
312 313 314 315 316 317 318 319 320 |
# File '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_name ⇒ String
The name of the repository where you want to create a branch.
312 313 314 315 316 317 318 319 320 |
# File '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_name ⇒ String
The name of the space.
312 313 314 315 316 317 318 319 320 |
# File '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 |