Class: Aws::LookoutforVision::Types::DeleteProjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::DeleteProjectResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutforvision/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project that was deleted.
Instance Attribute Details
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project that was deleted.
535 536 537 538 539 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 535 class DeleteProjectResponse < Struct.new( :project_arn) SENSITIVE = [] include Aws::Structure end |