DeleteAccessPointPolicyRequest
public struct DeleteAccessPointPolicyRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The account ID for the account that owns the specified access point.
Declaration
Swift
public let accountId: String -
The name of the access point whose policy you want to delete.
Declaration
Swift
public let name: String -
Undocumented
Declaration
Swift
public init(accountId: String, name: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteAccessPointPolicyRequest Structure Reference