You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Support::Types::AttachmentDetails

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The file name and ID of an attachment to a case communication. You can use the ID to retrieve the attachment with the DescribeAttachment operation.

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_idString

The ID of the attachment.

Returns:

  • (String)

    The ID of the attachment.

#file_nameString

The file name of the attachment.

Returns:

  • (String)

    The file name of the attachment.