Class: Aws::Support::Types::AddAttachmentsToSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::AddAttachmentsToSetResponse
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#attachment_set_id ⇒ String
The ID of the attachment set.
-
#expiry_time ⇒ String
The time and date when the attachment set expires.
Instance Attribute Details
#attachment_set_id ⇒ String
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.
56 57 58 59 60 61 |
# File 'lib/aws-sdk-support/types.rb', line 56 class AddAttachmentsToSetResponse < Struct.new( :attachment_set_id, :expiry_time) SENSITIVE = [] include Aws::Structure end |
#expiry_time ⇒ String
The time and date when the attachment set expires.
56 57 58 59 60 61 |
# File 'lib/aws-sdk-support/types.rb', line 56 class AddAttachmentsToSetResponse < Struct.new( :attachment_set_id, :expiry_time) SENSITIVE = [] include Aws::Structure end |