AssociateDeviceWithNetworkProfileRequest
public struct AssociateDeviceWithNetworkProfileRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The device ARN.
Declaration
Swift
public let deviceArn: String
-
The ARN of the network profile to associate with a device.
Declaration
Swift
public let networkProfileArn: String
-
Undocumented
Declaration
Swift
public init(deviceArn: String, networkProfileArn: String)
-
Declaration
Swift
public func validate(name: String) throws