class Aws::Support::Types::Attachment

An attachment to a case communication. The attachment consists of the file name and the content of the file.

@note When making an API call, you may pass Attachment

data as a hash:

    {
      file_name: "FileName",
      data: "data",
    }

@!attribute [rw] file_name

The name of the attachment file.
@return [String]

@!attribute [rw] data

The content of the attachment file.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/Attachment AWS API Documentation

Constants

SENSITIVE