class Aws::IoT1ClickProjects::Types::DeviceTemplate

An object representing a device for a placement template (see PlacementTemplate).

@note When making an API call, you may pass DeviceTemplate

data as a hash:

    {
      device_type: "DeviceType",
      callback_overrides: {
        "DeviceCallbackKey" => "DeviceCallbackValue",
      },
    }

@!attribute [rw] device_type

The device type, which currently must be `"button"`.
@return [String]

@!attribute [rw] callback_overrides

An optional Lambda function to invoke instead of the default Lambda
function provided by the placement template.
@return [Hash<String,String>]

Constants

SENSITIVE