ListEndpointsByPlatformApplicationResponse
public struct ListEndpointsByPlatformApplicationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Endpoints returned for ListEndpointsByPlatformApplication action.
Declaration
Swift
public let endpoints: [Endpoint]? -
NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(endpoints: [Endpoint]? = nil, nextToken: String? = nil)
View on GitHub
ListEndpointsByPlatformApplicationResponse Structure Reference