GetAccessPointRequest
public struct GetAccessPointRequest : 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 configuration information you want to retrieve.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(accountId: String, name: String)
-
Declaration
Swift
public func validate(name: String) throws