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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot1clickprojects/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 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 171

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