UpdateDeviceRequest

public struct UpdateDeviceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the device to update. Required.

    Declaration

    Swift

    public let deviceArn: String?
  • The updated device name. Required.

    Declaration

    Swift

    public let deviceName: String?
  • Undocumented

    Declaration

    Swift

    public init(deviceArn: String? = nil, deviceName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws