Class: Aws::CodeCatalyst::Types::UpdateProjectResponse

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

#descriptionString

The description of the project.

Returns:

  • (String)


2849
2850
2851
2852
2853
2854
2855
2856
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2849

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

#display_nameString

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

Returns:

  • (String)


2849
2850
2851
2852
2853
2854
2855
2856
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2849

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

#nameString

The name of the project.

Returns:

  • (String)


2849
2850
2851
2852
2853
2854
2855
2856
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2849

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

#space_nameString

The name of the space.

Returns:

  • (String)


2849
2850
2851
2852
2853
2854
2855
2856
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2849

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