DescribeAttachmentRequest

public struct DescribeAttachmentRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.

    Declaration

    Swift

    public let attachmentId: String
  • Undocumented

    Declaration

    Swift

    public init(attachmentId: String)