ListAccessPointsResult
public struct ListAccessPointsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Contains identification and configuration information for one or more access points associated with the specified bucket.
Declaration
Swift
public let accessPointList: [AccessPoint]? -
If the specified bucket has more access points than can be returned in one call to this API, then this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(accessPointList: [AccessPoint]? = nil, nextToken: String? = nil)
View on GitHub
ListAccessPointsResult Structure Reference