NewDeviceMetadataType
public struct NewDeviceMetadataType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The device group key.
Declaration
Swift
public let deviceGroupKey: String? -
The device key.
Declaration
Swift
public let deviceKey: String? -
Undocumented
Declaration
Swift
public init(deviceGroupKey: String? = nil, deviceKey: String? = nil)
View on GitHub
NewDeviceMetadataType Structure Reference