Class: Aws::LookoutforVision::Types::DescribeProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::DescribeProjectRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutforvision/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_name ⇒ String
The name of the project that you want to describe.
Instance Attribute Details
#project_name ⇒ String
The name of the project that you want to describe.
639 640 641 642 643 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 639 class DescribeProjectRequest < Struct.new( :project_name) SENSITIVE = [] include Aws::Structure end |