Class: Aws::CodeCatalyst::Types::ProjectInformation

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

Overview

Information about a project in a space.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the project in the space.

Returns:

  • (String)


2248
2249
2250
2251
2252
2253
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2248

class ProjectInformation < Struct.new(
  :name,
  :project_id)
  SENSITIVE = []
  include Aws::Structure
end

#project_idString

The system-generated unique ID of the project.

Returns:

  • (String)


2248
2249
2250
2251
2252
2253
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2248

class ProjectInformation < Struct.new(
  :name,
  :project_id)
  SENSITIVE = []
  include Aws::Structure
end