ResponseCard
public struct ResponseCard : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The content type of the response.
Declaration
Swift
public let contentType: ContentType? -
An array of attachment objects representing options.
Declaration
Swift
public let genericAttachments: [GenericAttachment]? -
The version of the response card format.
Declaration
Swift
public let version: String? -
Undocumented
Declaration
Swift
public init(contentType: ContentType? = nil, genericAttachments: [GenericAttachment]? = nil, version: String? = nil)
View on GitHub
ResponseCard Structure Reference