Class: Aws::LookoutforVision::Types::DescribeProjectResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#project_descriptionTypes::ProjectDescription

The description of the project.



651
652
653
654
655
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 651

class DescribeProjectResponse < Struct.new(
  :project_description)
  SENSITIVE = []
  include Aws::Structure
end