DescribeEndpointsResponse
public struct DescribeEndpointsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
List of endpoints
Declaration
Swift
public let endpoints: [Endpoint]? -
Use this string to request the next batch of endpoints.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(endpoints: [Endpoint]? = nil, nextToken: String? = nil)
View on GitHub
DescribeEndpointsResponse Structure Reference