Class: Aws::CodeStar::Types::DeleteProjectResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::DeleteProjectResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestar/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted project.
-
#stack_id ⇒ String
The ID of the primary stack in AWS CloudFormation that will be deleted as part of deleting the project and its resources.
Instance Attribute Details
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted project.
347 348 349 350 351 352 |
# File 'lib/aws-sdk-codestar/types.rb', line 347 class DeleteProjectResult < Struct.new( :stack_id, :project_arn) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
The ID of the primary stack in AWS CloudFormation that will be deleted as part of deleting the project and its resources.
347 348 349 350 351 352 |
# File 'lib/aws-sdk-codestar/types.rb', line 347 class DeleteProjectResult < Struct.new( :stack_id, :project_arn) SENSITIVE = [] include Aws::Structure end |