Class: Aws::CodeCatalyst::Types::DeleteSourceRepositoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::DeleteSourceRepositoryResponse
- 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 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 repository.
554 555 556 557 558 559 560 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 554 class DeleteSourceRepositoryResponse < Struct.new( :space_name, :project_name, :name) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project in the space.
554 555 556 557 558 559 560 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 554 class DeleteSourceRepositoryResponse < Struct.new( :space_name, :project_name, :name) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
554 555 556 557 558 559 560 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 554 class DeleteSourceRepositoryResponse < Struct.new( :space_name, :project_name, :name) SENSITIVE = [] include Aws::Structure end |