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

Class: Aws::Support::Types::AddAttachmentsToSetResponse

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

Overview

The ID and expiry time of the attachment set returned by the AddAttachmentsToSet operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_set_idString

The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.

Returns:

  • (String)

    The ID of the attachment set.

#expiry_timeString

The time and date when the attachment set expires.

Returns:

  • (String)

    The time and date when the attachment set expires.