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.
6904 6905 6906 6907 6908 6909 6910 6911 6912 6913 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6904 class MessageTemplateAttachment < Struct.new( :content_disposition, :name, :uploaded_time, :url, :url_expiry, :attachment_id) SENSITIVE = [:name, :url] include Aws::Structure end |
#content_disposition ⇒ String
The presentation information for the attachment file.
6904 6905 6906 6907 6908 6909 6910 6911 6912 6913 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6904 class MessageTemplateAttachment < Struct.new( :content_disposition, :name, :uploaded_time, :url, :url_expiry, :attachment_id) SENSITIVE = [:name, :url] include Aws::Structure end |
#name ⇒ String
The name of the attachment file being uploaded. The name should include the file extension.
6904 6905 6906 6907 6908 6909 6910 6911 6912 6913 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6904 class MessageTemplateAttachment < Struct.new( :content_disposition, :name, :uploaded_time, :url, :url_expiry, :attachment_id) SENSITIVE = [:name, :url] include Aws::Structure end |
#uploaded_time ⇒ Time
The timestamp when the attachment file was uploaded.
6904 6905 6906 6907 6908 6909 6910 6911 6912 6913 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6904 class MessageTemplateAttachment < Struct.new( :content_disposition, :name, :uploaded_time, :url, :url_expiry, :attachment_id) SENSITIVE = [:name, :url] include Aws::Structure end |
#url ⇒ String
A pre-signed Amazon S3 URL that can be used to download the attachment file.
6904 6905 6906 6907 6908 6909 6910 6911 6912 6913 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6904 class MessageTemplateAttachment < Struct.new( :content_disposition, :name, :uploaded_time, :url, :url_expiry, :attachment_id) SENSITIVE = [:name, :url] include Aws::Structure end |
#url_expiry ⇒ Time
The expiration time of the pre-signed Amazon S3 URL.
6904 6905 6906 6907 6908 6909 6910 6911 6912 6913 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6904 class MessageTemplateAttachment < Struct.new( :content_disposition, :name, :uploaded_time, :url, :url_expiry, :attachment_id) SENSITIVE = [:name, :url] include Aws::Structure end |