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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-support/lib/aws-sdk-support/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


56
57
58
59
60
61
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 56

class AddAttachmentsToSetResponse < Struct.new(
  :attachment_set_id,
  :expiry_time)
  SENSITIVE = []
  include Aws::Structure
end

#expiry_timeString

The time and date when the attachment set expires.

Returns:

  • (String)


56
57
58
59
60
61
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 56

class AddAttachmentsToSetResponse < Struct.new(
  :attachment_set_id,
  :expiry_time)
  SENSITIVE = []
  include Aws::Structure
end