CreateIntegrationResponseResponse
public struct CreateIntegrationResponseResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let contentHandlingStrategy: ContentHandlingStrategy?
-
Undocumented
Declaration
Swift
public let integrationResponseId: String?
-
Undocumented
Declaration
Swift
public let integrationResponseKey: String?
-
Undocumented
Declaration
Swift
public let responseParameters: [String : String]?
-
Undocumented
Declaration
Swift
public let responseTemplates: [String : String]?
-
Undocumented
Declaration
Swift
public let templateSelectionExpression: String?
-
init(contentHandlingStrategy:integrationResponseId:integrationResponseKey:responseParameters:responseTemplates:templateSelectionExpression:)
Undocumented
Declaration
Swift
public init(contentHandlingStrategy: ContentHandlingStrategy? = nil, integrationResponseId: String? = nil, integrationResponseKey: String? = nil, responseParameters: [String : String]? = nil, responseTemplates: [String : String]? = nil, templateSelectionExpression: String? = nil)