RouteResponse
public struct RouteResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Represents the model selection expression of a route response. Supported only for WebSocket APIs.
Declaration
Swift
public let modelSelectionExpression: String?
-
Represents the response models of a route response.
Declaration
Swift
public let responseModels: [String : String]?
-
Represents the response parameters of a route response.
Declaration
Swift
public let responseParameters: [String : ParameterConstraints]?
-
Represents the identifier of a route response.
Declaration
Swift
public let routeResponseId: String?
-
Represents the route response key of a route response.
Declaration
Swift
public let routeResponseKey: String
-
Undocumented
Declaration
Swift
public init(modelSelectionExpression: String? = nil, responseModels: [String : String]? = nil, responseParameters: [String : ParameterConstraints]? = nil, routeResponseId: String? = nil, routeResponseKey: String)