Class: Aws::CodeStar::Types::CreateProjectResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the created project.

Returns:

  • (String)


225
226
227
228
229
230
231
232
# File 'lib/aws-sdk-codestar/types.rb', line 225

class CreateProjectResult < Struct.new(
  :id,
  :arn,
  :client_request_token,
  :project_template_id)
  SENSITIVE = []
  include Aws::Structure
end

#client_request_tokenString

A user- or system-generated token that identifies the entity that requested project creation.

Returns:

  • (String)


225
226
227
228
229
230
231
232
# File 'lib/aws-sdk-codestar/types.rb', line 225

class CreateProjectResult < Struct.new(
  :id,
  :arn,
  :client_request_token,
  :project_template_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the project.

Returns:

  • (String)


225
226
227
228
229
230
231
232
# File 'lib/aws-sdk-codestar/types.rb', line 225

class CreateProjectResult < Struct.new(
  :id,
  :arn,
  :client_request_token,
  :project_template_id)
  SENSITIVE = []
  include Aws::Structure
end

#project_template_idString

Reserved for future use.

Returns:

  • (String)


225
226
227
228
229
230
231
232
# File 'lib/aws-sdk-codestar/types.rb', line 225

class CreateProjectResult < Struct.new(
  :id,
  :arn,
  :client_request_token,
  :project_template_id)
  SENSITIVE = []
  include Aws::Structure
end