DeleteAccessPointRequest
public struct DeleteAccessPointRequest : 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 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
DeleteAccessPointRequest Structure Reference