Class: Aws::CodeCatalyst::Types::DeleteProjectResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

The friendly name displayed to users of the project in Amazon CodeCatalyst.

Returns:

  • (String)


510
511
512
513
514
515
516
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 510

class DeleteProjectResponse < Struct.new(
  :space_name,
  :name,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the project in the space.

Returns:

  • (String)


510
511
512
513
514
515
516
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 510

class DeleteProjectResponse < Struct.new(
  :space_name,
  :name,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end

#space_nameString

The name of the space.

Returns:

  • (String)


510
511
512
513
514
515
516
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 510

class DeleteProjectResponse < Struct.new(
  :space_name,
  :name,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end