You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT1ClickProjects::Types::PlacementTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickProjects::Types::PlacementTemplate
- Defined in:
- (unknown)
Overview
Note:
When passing PlacementTemplate as input to an Aws::Client method, you can use a vanilla Hash:
{
default_attributes: {
"AttributeName" => "AttributeDefaultValue",
},
device_templates: {
"DeviceTemplateName" => {
device_type: "DeviceType",
callback_overrides: {
"DeviceCallbackKey" => "DeviceCallbackValue",
},
},
},
}
An object defining the template for a placement.
Returned by:
Instance Attribute Summary collapse
-
#default_attributes ⇒ Hash<String,String>
The default attributes (key/value pairs) to be applied to all placements using this template.
-
#device_templates ⇒ Hash<String,Types::DeviceTemplate>
An object specifying the DeviceTemplate for all placements using this (PlacementTemplate) template.
Instance Attribute Details
#default_attributes ⇒ Hash<String,String>
The default attributes (key/value pairs) to be applied to all placements using this template.
#device_templates ⇒ Hash<String,Types::DeviceTemplate>
An object specifying the DeviceTemplate for all placements using this (PlacementTemplate) template.