AssociateDeviceWithPlacementRequest

public struct AssociateDeviceWithPlacementRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the physical device to be associated with the given placement in the project. Note that a mandatory 4 character prefix is required for all deviceId values.

    Declaration

    Swift

    public let deviceId: String
  • The device template name to associate with the device ID.

    Declaration

    Swift

    public let deviceTemplateName: String
  • The name of the placement in which to associate the device.

    Declaration

    Swift

    public let placementName: String
  • The name of the project containing the placement in which to associate the device.

    Declaration

    Swift

    public let projectName: String
  • Undocumented

    Declaration

    Swift

    public init(deviceId: String, deviceTemplateName: String, placementName: String, projectName: String)
  • Declaration

    Swift

    public func validate(name: String) throws