Class: Aws::CodeStar::Types::DescribeProjectResult

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

Overview

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) for the project.

Returns:

  • (String)


433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 433

class DescribeProjectResult < Struct.new(
  :name,
  :id,
  :arn,
  :description,
  :client_request_token,
  :created_time_stamp,
  :stack_id,
  :project_template_id,
  :status)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#client_request_tokenString

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

Returns:

  • (String)


433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 433

class DescribeProjectResult < Struct.new(
  :name,
  :id,
  :arn,
  :description,
  :client_request_token,
  :created_time_stamp,
  :stack_id,
  :project_template_id,
  :status)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#created_time_stampTime

The date and time the project was created, in timestamp format.

Returns:

  • (Time)


433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 433

class DescribeProjectResult < Struct.new(
  :name,
  :id,
  :arn,
  :description,
  :client_request_token,
  :created_time_stamp,
  :stack_id,
  :project_template_id,
  :status)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#descriptionString

The description of the project, if any.

Returns:

  • (String)


433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 433

class DescribeProjectResult < Struct.new(
  :name,
  :id,
  :arn,
  :description,
  :client_request_token,
  :created_time_stamp,
  :stack_id,
  :project_template_id,
  :status)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#idString

The ID of the project.

Returns:

  • (String)


433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 433

class DescribeProjectResult < Struct.new(
  :name,
  :id,
  :arn,
  :description,
  :client_request_token,
  :created_time_stamp,
  :stack_id,
  :project_template_id,
  :status)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#nameString

The display name for the project.

Returns:

  • (String)


433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 433

class DescribeProjectResult < Struct.new(
  :name,
  :id,
  :arn,
  :description,
  :client_request_token,
  :created_time_stamp,
  :stack_id,
  :project_template_id,
  :status)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#project_template_idString

The ID for the AWS CodeStar project template used to create the project.

Returns:

  • (String)


433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 433

class DescribeProjectResult < Struct.new(
  :name,
  :id,
  :arn,
  :description,
  :client_request_token,
  :created_time_stamp,
  :stack_id,
  :project_template_id,
  :status)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#stack_idString

The ID of the primary stack in AWS CloudFormation used to generate resources for the project.

Returns:

  • (String)


433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 433

class DescribeProjectResult < Struct.new(
  :name,
  :id,
  :arn,
  :description,
  :client_request_token,
  :created_time_stamp,
  :stack_id,
  :project_template_id,
  :status)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#statusTypes::ProjectStatus

The project creation or deletion status.



433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 433

class DescribeProjectResult < Struct.new(
  :name,
  :id,
  :arn,
  :description,
  :client_request_token,
  :created_time_stamp,
  :stack_id,
  :project_template_id,
  :status)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end