DeleteAssetRequest
public struct DeleteAssetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the asset to delete.
Declaration
Swift
public let assetId: String -
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don’t reuse this client token if a new idempotent request is required.
Declaration
Swift
public let clientToken: String? -
Undocumented
Declaration
Swift
public init(assetId: String, clientToken: String? = DeleteAssetRequest.idempotencyToken()) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteAssetRequest Structure Reference