Class: Aws::IoT1ClickProjects::Types::DescribeProjectRequest

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

#project_nameString

The name of the project to be described.

Returns:

  • (String)


161
162
163
164
165
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 161

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