DeviceTemplate

public struct DeviceTemplate : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An optional Lambda function to invoke instead of the default Lambda function provided by the placement template.

    Declaration

    Swift

    public let callbackOverrides: [String : String]?
  • The device type, which currently must be “button”.

    Declaration

    Swift

    public let deviceType: String?
  • Undocumented

    Declaration

    Swift

    public init(callbackOverrides: [String : String]? = nil, deviceType: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws