Class: Aws::QConnect::Types::CreateMessageTemplateAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::CreateMessageTemplateAttachmentRequest
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name, :body]
Instance Attribute Summary collapse
-
#body ⇒ String
The body of the attachment file being uploaded.
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#content_disposition ⇒ String
The presentation information for the attachment file.
-
#knowledge_base_id ⇒ String
The identifier of the knowledge base.
-
#message_template_id ⇒ String
The identifier of the message template.
-
#name ⇒ String
The name of the attachment file being uploaded.
Instance Attribute Details
#body ⇒ String
The body of the attachment file being uploaded. It should be encoded using base64 encoding.
2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2806 class CreateMessageTemplateAttachmentRequest < Struct.new( :knowledge_base_id, :message_template_id, :content_disposition, :name, :body, :client_token) SENSITIVE = [:name, :body] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2806 class CreateMessageTemplateAttachmentRequest < Struct.new( :knowledge_base_id, :message_template_id, :content_disposition, :name, :body, :client_token) SENSITIVE = [:name, :body] include Aws::Structure end |
#content_disposition ⇒ String
The presentation information for the attachment file.
2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2806 class CreateMessageTemplateAttachmentRequest < Struct.new( :knowledge_base_id, :message_template_id, :content_disposition, :name, :body, :client_token) SENSITIVE = [:name, :body] include Aws::Structure end |
#knowledge_base_id ⇒ String
The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2806 class CreateMessageTemplateAttachmentRequest < Struct.new( :knowledge_base_id, :message_template_id, :content_disposition, :name, :body, :client_token) SENSITIVE = [:name, :body] include Aws::Structure end |
#message_template_id ⇒ String
The identifier of the message template. Can be either the ID or the ARN. It cannot contain any qualifier.
2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2806 class CreateMessageTemplateAttachmentRequest < Struct.new( :knowledge_base_id, :message_template_id, :content_disposition, :name, :body, :client_token) SENSITIVE = [:name, :body] include Aws::Structure end |
#name ⇒ String
The name of the attachment file being uploaded. The name should include the file extension.
2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2806 class CreateMessageTemplateAttachmentRequest < Struct.new( :knowledge_base_id, :message_template_id, :content_disposition, :name, :body, :client_token) SENSITIVE = [:name, :body] include Aws::Structure end |