ListTunnelsResponse
public struct ListTunnelsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A token to used to retrieve the next set of results.
Declaration
Swift
public let nextToken: String?
-
A short description of the tunnels in an AWS account.
Declaration
Swift
public let tunnelSummaries: [TunnelSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, tunnelSummaries: [TunnelSummary]? = nil)