GatewayResponses
public struct GatewayResponses : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Returns the entire collection, because of no pagination support.
Declaration
Swift
public let items: [GatewayResponse]? -
Undocumented
Declaration
Swift
public let position: String? -
Undocumented
Declaration
Swift
public init(items: [GatewayResponse]? = nil, position: String? = nil)
View on GitHub
GatewayResponses Structure Reference