UpdateDeviceInstanceRequest
public struct UpdateDeviceInstanceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the device instance.
Declaration
Swift
public let arn: String
-
An array of strings that you want to associate with the device instance.
Declaration
Swift
public let labels: [String]?
-
The ARN of the profile that you want to associate with the device instance.
Declaration
Swift
public let profileArn: String?
-
Undocumented
Declaration
Swift
public init(arn: String, labels: [String]? = nil, profileArn: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws