Class: Aws::IoT1ClickProjects::Types::UpdateProjectRequest

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

#descriptionString

An optional user-defined description for the project.

Returns:

  • (String)


644
645
646
647
648
649
650
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 644

class UpdateProjectRequest < Struct.new(
  :project_name,
  :description,
  :placement_template)
  SENSITIVE = []
  include Aws::Structure
end

#placement_templateTypes::PlacementTemplate

An object defining the project update. Once a project has been created, you cannot add device template names to the project. However, for a given placementTemplate, you can update the associated callbackOverrides for the device definition using this API.



644
645
646
647
648
649
650
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 644

class UpdateProjectRequest < Struct.new(
  :project_name,
  :description,
  :placement_template)
  SENSITIVE = []
  include Aws::Structure
end

#project_nameString

The name of the project to be updated.

Returns:

  • (String)


644
645
646
647
648
649
650
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 644

class UpdateProjectRequest < Struct.new(
  :project_name,
  :description,
  :placement_template)
  SENSITIVE = []
  include Aws::Structure
end