Class: Aws::QConnect::Types::MessageTemplateAttachment
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::MessageTemplateAttachment
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Information about the message template attachment.
Constant Summary collapse
- SENSITIVE =
[:name, :url]
Instance Attribute Summary collapse
-
#attachment_id ⇒ String
The identifier of the attachment file.
-
#content_disposition ⇒ String
The presentation information for the attachment file.
-
#name ⇒ String
The name of the attachment file being uploaded.
-
#uploaded_time ⇒ Time
The timestamp when the attachment file was uploaded.
-
#url ⇒ String
A pre-signed Amazon S3 URL that can be used to download the attachment file.
-
#url_expiry ⇒ Time
The expiration time of the pre-signed Amazon S3 URL.
Instance Attribute Details
#attachment_id ⇒ String
The identifier of the attachment file.
6540 6541 6542 6543 6544 6545 6546 6547 6548 6549 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6540 class MessageTemplateAttachment < Struct.new( :attachment_id, :content_disposition, :name, :uploaded_time, :url, :url_expiry) SENSITIVE = [:name, :url] include Aws::Structure end |
#content_disposition ⇒ String
The presentation information for the attachment file.
6540 6541 6542 6543 6544 6545 6546 6547 6548 6549 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6540 class MessageTemplateAttachment < Struct.new( :attachment_id, :content_disposition, :name, :uploaded_time, :url, :url_expiry) SENSITIVE = [:name, :url] include Aws::Structure end |
#name ⇒ String
The name of the attachment file being uploaded. The name should include the file extension.
6540 6541 6542 6543 6544 6545 6546 6547 6548 6549 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6540 class MessageTemplateAttachment < Struct.new( :attachment_id, :content_disposition, :name, :uploaded_time, :url, :url_expiry) SENSITIVE = [:name, :url] include Aws::Structure end |
#uploaded_time ⇒ Time
The timestamp when the attachment file was uploaded.
6540 6541 6542 6543 6544 6545 6546 6547 6548 6549 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6540 class MessageTemplateAttachment < Struct.new( :attachment_id, :content_disposition, :name, :uploaded_time, :url, :url_expiry) SENSITIVE = [:name, :url] include Aws::Structure end |
#url ⇒ String
A pre-signed Amazon S3 URL that can be used to download the attachment file.
6540 6541 6542 6543 6544 6545 6546 6547 6548 6549 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6540 class MessageTemplateAttachment < Struct.new( :attachment_id, :content_disposition, :name, :uploaded_time, :url, :url_expiry) SENSITIVE = [:name, :url] include Aws::Structure end |
#url_expiry ⇒ Time
The expiration time of the pre-signed Amazon S3 URL.
6540 6541 6542 6543 6544 6545 6546 6547 6548 6549 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6540 class MessageTemplateAttachment < Struct.new( :attachment_id, :content_disposition, :name, :uploaded_time, :url, :url_expiry) SENSITIVE = [:name, :url] include Aws::Structure end |