Class: Aws::CodeCatalyst::Types::DeleteProjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::DeleteProjectResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_name ⇒ String
The friendly name displayed to users of the project in Amazon CodeCatalyst.
-
#name ⇒ String
The name of the project in the space.
-
#space_name ⇒ String
The name of the space.
Instance Attribute Details
#display_name ⇒ String
The friendly name displayed to users of the project in Amazon CodeCatalyst.
510 511 512 513 514 515 516 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 510 class DeleteProjectResponse < Struct.new( :space_name, :name, :display_name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the project in the space.
510 511 512 513 514 515 516 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 510 class DeleteProjectResponse < Struct.new( :space_name, :name, :display_name) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
510 511 512 513 514 515 516 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 510 class DeleteProjectResponse < Struct.new( :space_name, :name, :display_name) SENSITIVE = [] include Aws::Structure end |