DeleteAccessPolicyRequest
public struct DeleteAccessPolicyRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the access policy to be deleted.
Declaration
Swift
public let accessPolicyId: 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(accessPolicyId: String, clientToken: String? = DeleteAccessPolicyRequest.idempotencyToken()) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteAccessPolicyRequest Structure Reference