ListGatewaysResponse
public struct ListGatewaysResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list that summarizes each gateway.
Declaration
Swift
public let gatewaySummaries: [GatewaySummary] -
The token for the next set of results, or null if there are no additional results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(gatewaySummaries: [GatewaySummary], nextToken: String? = nil)
View on GitHub
ListGatewaysResponse Structure Reference