DeviceMethod

public struct DeviceMethod : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The type of the device, such as “button”.

    Declaration

    Swift

    public let deviceType: String?
  • The name of the method applicable to the deviceType.

    Declaration

    Swift

    public let methodName: String?
  • Undocumented

    Declaration

    Swift

    public init(deviceType: String? = nil, methodName: String? = nil)