DescribeAccessPointsResponse
public struct DescribeAccessPointsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of access point descriptions.
Declaration
Swift
public let accessPoints: [AccessPointDescription]?
-
Present if there are more access points than returned in the response. You can use the NextMarker in the subsequent request to fetch the additional descriptions.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(accessPoints: [AccessPointDescription]? = nil, nextToken: String? = nil)