Class: Aws::CodeStar::Types::ProjectSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codestar/types.rb

Overview

Information about the metadata for a project.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#project_arnString

The Amazon Resource Name (ARN) of the project.

Returns:

  • (String)


859
860
861
862
863
864
# File 'lib/aws-sdk-codestar/types.rb', line 859

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

#project_idString

The ID of the project.

Returns:

  • (String)


859
860
861
862
863
864
# File 'lib/aws-sdk-codestar/types.rb', line 859

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