Class: Aws::LookoutforVision::Types::DescribeProjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::DescribeProjectResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutforvision/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_description ⇒ Types::ProjectDescription
The description of the project.
Instance Attribute Details
#project_description ⇒ Types::ProjectDescription
The description of the project.
651 652 653 654 655 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 651 class DescribeProjectResponse < Struct.new( :project_description) SENSITIVE = [] include Aws::Structure end |