Class: Aws::CodeStar::Types::DeleteProjectResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#project_arnString

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

Returns:

  • (String)


347
348
349
350
351
352
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 347

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

#stack_idString

The ID of the primary stack in AWS CloudFormation that will be deleted as part of deleting the project and its resources.

Returns:

  • (String)


347
348
349
350
351
352
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 347

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