Class: Aws::IoT1ClickProjects::Types::DescribeProjectResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot1clickprojects/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#projectTypes::ProjectDescription

An object describing the project.



171
172
173
174
175
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 171

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