Method: Aws::CodeStar::Types::DeleteProjectRequest#id
- Defined in:
- lib/aws-sdk-codestar/types.rb
#id ⇒ String
The ID of the project to be deleted in AWS CodeStar.
328 329 330 331 332 333 334 |
# File 'lib/aws-sdk-codestar/types.rb', line 328 class DeleteProjectRequest < Struct.new( :id, :client_request_token, :delete_stack) SENSITIVE = [] include Aws::Structure end |