DescribeAttachmentResponse

public struct DescribeAttachmentResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • This object includes the attachment content and file name. In the previous response syntax, the value for the data parameter appears as blob, which is represented as a base64-encoded string. The value for fileName is the name of the attachment, such as troubleshoot-screenshot.png.

    Declaration

    Swift

    public let attachment: Attachment?
  • Undocumented

    Declaration

    Swift

    public init(attachment: Attachment? = nil)