Class: Aws::CodeCatalyst::Types::ProjectSummary

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

Overview

Information about a project.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the project.

Returns:

  • (String)


2297
2298
2299
2300
2301
2302
2303
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2297

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

#display_nameString

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

Returns:

  • (String)


2297
2298
2299
2300
2301
2302
2303
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2297

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

#nameString

The name of the project in the space.

Returns:

  • (String)


2297
2298
2299
2300
2301
2302
2303
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2297

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