Class: Aws::CodeCatalyst::Types::GetProjectResponse

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)


1107
1108
1109
1110
1111
1112
1113
1114
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1107

class GetProjectResponse < 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)


1107
1108
1109
1110
1111
1112
1113
1114
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1107

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

#nameString

The name of the project in the space.

Returns:

  • (String)


1107
1108
1109
1110
1111
1112
1113
1114
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1107

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

#space_nameString

The name of the space.

Returns:

  • (String)


1107
1108
1109
1110
1111
1112
1113
1114
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1107

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