Class: Aws::Types::CreateMessageTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMessageTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_subtype ⇒ "EMAIL", ...
Returns the value of attribute channel_subtype.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#content ⇒ Types::MessageTemplateContentProvider
Returns the value of attribute content.
-
#default_attributes ⇒ Types::MessageTemplateAttributes
Returns the value of attribute default_attributes.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#grouping_configuration ⇒ Types::GroupingConfiguration
Returns the value of attribute grouping_configuration.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#language ⇒ ::String
Returns the value of attribute language.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source_configuration ⇒ Types::MessageTemplateSourceConfiguration
Returns the value of attribute source_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#channel_subtype ⇒ "EMAIL", ...
Returns the value of attribute channel_subtype.
770 771 772 |
# File 'sig/types.rbs', line 770 def channel_subtype @channel_subtype end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
775 776 777 |
# File 'sig/types.rbs', line 775 def client_token @client_token end |
#content ⇒ Types::MessageTemplateContentProvider
Returns the value of attribute content.
768 769 770 |
# File 'sig/types.rbs', line 768 def content @content end |
#default_attributes ⇒ Types::MessageTemplateAttributes
Returns the value of attribute default_attributes.
773 774 775 |
# File 'sig/types.rbs', line 773 def default_attributes @default_attributes end |
#description ⇒ ::String
Returns the value of attribute description.
769 770 771 |
# File 'sig/types.rbs', line 769 def description @description end |
#grouping_configuration ⇒ Types::GroupingConfiguration
Returns the value of attribute grouping_configuration.
774 775 776 |
# File 'sig/types.rbs', line 774 def grouping_configuration @grouping_configuration end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
766 767 768 |
# File 'sig/types.rbs', line 766 def knowledge_base_id @knowledge_base_id end |
#language ⇒ ::String
Returns the value of attribute language.
771 772 773 |
# File 'sig/types.rbs', line 771 def language @language end |
#name ⇒ ::String
Returns the value of attribute name.
767 768 769 |
# File 'sig/types.rbs', line 767 def name @name end |
#source_configuration ⇒ Types::MessageTemplateSourceConfiguration
Returns the value of attribute source_configuration.
772 773 774 |
# File 'sig/types.rbs', line 772 def source_configuration @source_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
776 777 778 |
# File 'sig/types.rbs', line 776 def @tags end |