ListEndpointsResponse
public struct ListEndpointsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Displays a list of endpoint properties being retrieved by the service in response to the request.
Declaration
Swift
public let endpointPropertiesList: [EndpointProperties]?
-
Identifies the next page of results to return.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(endpointPropertiesList: [EndpointProperties]? = nil, nextToken: String? = nil)