ListGatewaysResponse
public struct ListGatewaysResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The gateways in the list.
Declaration
Swift
public let gateways: [GatewaySummary]?
-
The token used to paginate though multiple pages of gateway summaries.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(gateways: [GatewaySummary]? = nil, nextToken: String? = nil)