Class: Aws::IoT1ClickProjects::Types::PlacementTemplate

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

Overview

An object defining the template for a placement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_attributesHash<String,String>

The default attributes (key/value pairs) to be applied to all placements using this template.

Returns:

  • (Hash<String,String>)


437
438
439
440
441
442
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 437

class PlacementTemplate < Struct.new(
  :default_attributes,
  :device_templates)
  SENSITIVE = []
  include Aws::Structure
end

#device_templatesHash<String,Types::DeviceTemplate>

An object specifying the DeviceTemplate for all placements using this (PlacementTemplate) template.

Returns:



437
438
439
440
441
442
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 437

class PlacementTemplate < Struct.new(
  :default_attributes,
  :device_templates)
  SENSITIVE = []
  include Aws::Structure
end