Class: Aws::IoT1ClickProjects::Types::DeviceTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickProjects::Types::DeviceTemplate
- Defined in:
- gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb
Overview
An object representing a device for a placement template (see PlacementTemplate).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#callback_overrides ⇒ Hash<String,String>
An optional Lambda function to invoke instead of the default Lambda function provided by the placement template.
-
#device_type ⇒ String
The device type, which currently must be
"button"
.
Instance Attribute Details
#callback_overrides ⇒ Hash<String,String>
An optional Lambda function to invoke instead of the default Lambda function provided by the placement template.
189 190 191 192 193 194 |
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 189 class DeviceTemplate < Struct.new( :device_type, :callback_overrides) SENSITIVE = [] include Aws::Structure end |
#device_type ⇒ String
The device type, which currently must be "button"
.
189 190 191 192 193 194 |
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 189 class DeviceTemplate < Struct.new( :device_type, :callback_overrides) SENSITIVE = [] include Aws::Structure end |