Class: Aws::Types::CreateMessageTemplateAttachmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMessageTemplateAttachmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#content_disposition ⇒ "ATTACHMENT"
Returns the value of attribute content_disposition.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#message_template_id ⇒ ::String
Returns the value of attribute message_template_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
755 756 757 |
# File 'sig/types.rbs', line 755 def body @body end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
756 757 758 |
# File 'sig/types.rbs', line 756 def client_token @client_token end |
#content_disposition ⇒ "ATTACHMENT"
Returns the value of attribute content_disposition.
753 754 755 |
# File 'sig/types.rbs', line 753 def content_disposition @content_disposition end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
751 752 753 |
# File 'sig/types.rbs', line 751 def knowledge_base_id @knowledge_base_id end |
#message_template_id ⇒ ::String
Returns the value of attribute message_template_id.
752 753 754 |
# File 'sig/types.rbs', line 752 def end |
#name ⇒ ::String
Returns the value of attribute name.
754 755 756 |
# File 'sig/types.rbs', line 754 def name @name end |