Class: Aws::QConnect::Types::DeleteMessageTemplateAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::DeleteMessageTemplateAttachmentRequest
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment_id ⇒ String
The identifier of the attachment file.
-
#knowledge_base_id ⇒ String
The identifier of the knowledge base.
-
#message_template_id ⇒ String
The identifier of the message template.
Instance Attribute Details
#attachment_id ⇒ String
The identifier of the attachment file.
4231 4232 4233 4234 4235 4236 4237 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4231 class DeleteMessageTemplateAttachmentRequest < Struct.new( :knowledge_base_id, :message_template_id, :attachment_id) SENSITIVE = [] 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.
4231 4232 4233 4234 4235 4236 4237 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4231 class DeleteMessageTemplateAttachmentRequest < Struct.new( :knowledge_base_id, :message_template_id, :attachment_id) SENSITIVE = [] 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.
4231 4232 4233 4234 4235 4236 4237 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4231 class DeleteMessageTemplateAttachmentRequest < Struct.new( :knowledge_base_id, :message_template_id, :attachment_id) SENSITIVE = [] include Aws::Structure end |