DeleteDeviceUsageDataRequest
public struct DeleteDeviceUsageDataRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the device.
Declaration
Swift
public let deviceArn: String
-
The type of usage data to delete.
Declaration
Swift
public let deviceUsageType: DeviceUsageType
-
Undocumented
Declaration
Swift
public init(deviceArn: String, deviceUsageType: DeviceUsageType)
-
Declaration
Swift
public func validate(name: String) throws