Class: Aws::Types::MessageTemplateSearchResultData
- Inherits:
-
Object
- Object
- Aws::Types::MessageTemplateSearchResultData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel ⇒ ::String
Returns the value of attribute channel.
-
#channel_subtype ⇒ "EMAIL", ...
Returns the value of attribute channel_subtype.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#grouping_configuration ⇒ Types::GroupingConfiguration
Returns the value of attribute grouping_configuration.
-
#is_active ⇒ Boolean
Returns the value of attribute is_active.
-
#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_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.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#channel ⇒ ::String
Returns the value of attribute channel.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def channel @channel end |
#channel_subtype ⇒ "EMAIL", ...
Returns the value of attribute channel_subtype.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def channel_subtype @channel_subtype end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
2055 2056 2057 |
# File 'sig/types.rbs', line 2055 def description @description end |
#grouping_configuration ⇒ Types::GroupingConfiguration
Returns the value of attribute grouping_configuration.
2057 2058 2059 |
# File 'sig/types.rbs', line 2057 def grouping_configuration @grouping_configuration end |
#is_active ⇒ Boolean
Returns the value of attribute is_active.
2053 2054 2055 |
# File 'sig/types.rbs', line 2053 def is_active @is_active end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
2045 2046 2047 |
# File 'sig/types.rbs', line 2045 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def knowledge_base_id @knowledge_base_id end |
#language ⇒ ::String
Returns the value of attribute language.
2058 2059 2060 |
# File 'sig/types.rbs', line 2058 def language @language end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
2052 2053 2054 |
# File 'sig/types.rbs', line 2052 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def last_modified_time @last_modified_time end |
#message_template_arn ⇒ ::String
Returns the value of attribute message_template_arn.
2043 2044 2045 |
# File 'sig/types.rbs', line 2043 def @message_template_arn end |
#message_template_id ⇒ ::String
Returns the value of attribute message_template_id.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def @message_template_id end |
#name ⇒ ::String
Returns the value of attribute name.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def name @name end |
#source_configuration_summary ⇒ Types::MessageTemplateSourceConfigurationSummary
Returns the value of attribute source_configuration_summary.
2056 2057 2058 |
# File 'sig/types.rbs', line 2056 def source_configuration_summary @source_configuration_summary end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2059 2060 2061 |
# File 'sig/types.rbs', line 2059 def @tags end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
2054 2055 2056 |
# File 'sig/types.rbs', line 2054 def version_number @version_number end |