Class: Aws::CodeCatalyst::Types::CreateSourceRepositoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::CreateSourceRepositoryResponse
- 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.
404 405 406 407 408 409 410 411 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 404 class CreateSourceRepositoryResponse < Struct.new( :space_name, :project_name, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the source repository.
404 405 406 407 408 409 410 411 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 404 class CreateSourceRepositoryResponse < Struct.new( :space_name, :project_name, :name, :description) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project in the space.
404 405 406 407 408 409 410 411 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 404 class CreateSourceRepositoryResponse < Struct.new( :space_name, :project_name, :name, :description) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
404 405 406 407 408 409 410 411 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 404 class CreateSourceRepositoryResponse < Struct.new( :space_name, :project_name, :name, :description) SENSITIVE = [] include Aws::Structure end |