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.
6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6566 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.
6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6566 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.
6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6566 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.
6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6566 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.
6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6566 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.
6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6566 class MessageTemplateAttachment < Struct.new( :attachment_id, :content_disposition, :name, :uploaded_time, :url, :url_expiry) SENSITIVE = [:name, :url] include Aws::Structure end |