Class: Aws::Types::MessageTemplateData
- Inherits:
-
Object
- Object
- Aws::Types::MessageTemplateData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_types ⇒ ::Array[("SYSTEM" | "AGENT" | "CUSTOMER_PROFILE" | "CUSTOM")]
Returns the value of attribute attribute_types.
-
#channel ⇒ ::String
Returns the value of attribute channel.
-
#channel_subtype ⇒ "EMAIL", ...
Returns the value of attribute channel_subtype.
-
#content ⇒ Types::MessageTemplateContentProvider
Returns the value of attribute content.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#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_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#language ⇒ ::String
Returns the value of attribute language.
-
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#message_template_arn ⇒ ::String
Returns the value of attribute message_template_arn.
-
#message_template_content_sha_256 ⇒ ::String
Returns the value of attribute message_template_content_sha_256.
-
#message_template_id ⇒ ::String
Returns the value of attribute message_template_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source_configuration_summary ⇒ Types::MessageTemplateSourceConfigurationSummary
Returns the value of attribute source_configuration_summary.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#attribute_types ⇒ ::Array[("SYSTEM" | "AGENT" | "CUSTOMER_PROFILE" | "CUSTOM")]
Returns the value of attribute attribute_types.
2006 2007 2008 |
# File 'sig/types.rbs', line 2006 def attribute_types @attribute_types end |
#channel ⇒ ::String
Returns the value of attribute channel.
1995 1996 1997 |
# File 'sig/types.rbs', line 1995 def channel @channel end |
#channel_subtype ⇒ "EMAIL", ...
Returns the value of attribute channel_subtype.
1996 1997 1998 |
# File 'sig/types.rbs', line 1996 def channel_subtype @channel_subtype end |
#content ⇒ Types::MessageTemplateContentProvider
Returns the value of attribute content.
2000 2001 2002 |
# File 'sig/types.rbs', line 2000 def content @content end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
1997 1998 1999 |
# File 'sig/types.rbs', line 1997 def created_time @created_time end |
#default_attributes ⇒ Types::MessageTemplateAttributes
Returns the value of attribute default_attributes.
2005 2006 2007 |
# File 'sig/types.rbs', line 2005 def default_attributes @default_attributes end |
#description ⇒ ::String
Returns the value of attribute description.
2001 2002 2003 |
# File 'sig/types.rbs', line 2001 def description @description end |
#grouping_configuration ⇒ Types::GroupingConfiguration
Returns the value of attribute grouping_configuration.
2004 2005 2006 |
# File 'sig/types.rbs', line 2004 def grouping_configuration @grouping_configuration end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
1992 1993 1994 |
# File 'sig/types.rbs', line 1992 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1993 1994 1995 |
# File 'sig/types.rbs', line 1993 def knowledge_base_id @knowledge_base_id end |
#language ⇒ ::String
Returns the value of attribute language.
2002 2003 2004 |
# File 'sig/types.rbs', line 2002 def language @language end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def last_modified_time @last_modified_time end |
#message_template_arn ⇒ ::String
Returns the value of attribute message_template_arn.
1990 1991 1992 |
# File 'sig/types.rbs', line 1990 def @message_template_arn end |
#message_template_content_sha_256 ⇒ ::String
Returns the value of attribute message_template_content_sha_256.
2007 2008 2009 |
# File 'sig/types.rbs', line 2007 def @message_template_content_sha_256 end |
#message_template_id ⇒ ::String
Returns the value of attribute message_template_id.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def @message_template_id end |
#name ⇒ ::String
Returns the value of attribute name.
1994 1995 1996 |
# File 'sig/types.rbs', line 1994 def name @name end |
#source_configuration_summary ⇒ Types::MessageTemplateSourceConfigurationSummary
Returns the value of attribute source_configuration_summary.
2003 2004 2005 |
# File 'sig/types.rbs', line 2003 def source_configuration_summary @source_configuration_summary end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2008 2009 2010 |
# File 'sig/types.rbs', line 2008 def @tags end |