Class: Aws::CodeCatalyst::Types::CreateSourceRepositoryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::CreateSourceRepositoryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the source repository.
-
#name ⇒ String
The name of the source repository.
-
#project_name ⇒ String
The name of the project in the space.
-
#space_name ⇒ String
The name of the space.
Instance Attribute Details
#description ⇒ String
The description of the source repository.
377 378 379 380 381 382 383 384 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 377 class CreateSourceRepositoryRequest < Struct.new( :space_name, :project_name, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the source repository. For more information about name requirements, see [Quotas for source repositories].
[1]: docs.aws.amazon.com/codecatalyst/latest/userguide/source-quotas.html
377 378 379 380 381 382 383 384 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 377 class CreateSourceRepositoryRequest < Struct.new( :space_name, :project_name, :name, :description) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project in the space.
377 378 379 380 381 382 383 384 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 377 class CreateSourceRepositoryRequest < Struct.new( :space_name, :project_name, :name, :description) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
377 378 379 380 381 382 383 384 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 377 class CreateSourceRepositoryRequest < Struct.new( :space_name, :project_name, :name, :description) SENSITIVE = [] include Aws::Structure end |