ListProxySessionsResponse
public struct ListProxySessionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token to use to retrieve the next page of results.
Declaration
Swift
public let nextToken: String?
-
The proxy session details.
Declaration
Swift
public let proxySessions: [ProxySession]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, proxySessions: [ProxySession]? = nil)