Class: Aws::CodeCatalyst::Types::DeleteSourceRepositoryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::DeleteSourceRepositoryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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
#name ⇒ String
The name of the source repository.
532 533 534 535 536 537 538 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 532 class DeleteSourceRepositoryRequest < Struct.new( :space_name, :project_name, :name) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project in the space.
532 533 534 535 536 537 538 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 532 class DeleteSourceRepositoryRequest < Struct.new( :space_name, :project_name, :name) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
532 533 534 535 536 537 538 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 532 class DeleteSourceRepositoryRequest < Struct.new( :space_name, :project_name, :name) SENSITIVE = [] include Aws::Structure end |