Class: Aws::Types::MessageTemplateSummary
- Inherits:
-
Object
- Object
- Aws::Types::MessageTemplateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_version_number ⇒ ::Integer
Returns the value of attribute active_version_number.
-
#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.
-
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#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 ⇒ Types::MessageTemplateSourceConfiguration
Returns the value of attribute source_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#active_version_number ⇒ ::Integer
Returns the value of attribute active_version_number.
2097 2098 2099 |
# File 'sig/types.rbs', line 2097 def active_version_number @active_version_number end |
#channel ⇒ ::String
Returns the value of attribute channel.
2091 2092 2093 |
# File 'sig/types.rbs', line 2091 def channel @channel end |
#channel_subtype ⇒ "EMAIL", ...
Returns the value of attribute channel_subtype.
2092 2093 2094 |
# File 'sig/types.rbs', line 2092 def channel_subtype @channel_subtype end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
2093 2094 2095 |
# File 'sig/types.rbs', line 2093 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
2098 2099 2100 |
# File 'sig/types.rbs', line 2098 def description @description end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
2088 2089 2090 |
# File 'sig/types.rbs', line 2088 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
2089 2090 2091 |
# File 'sig/types.rbs', line 2089 def knowledge_base_id @knowledge_base_id end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
2095 2096 2097 |
# File 'sig/types.rbs', line 2095 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def last_modified_time @last_modified_time end |
#message_template_arn ⇒ ::String
Returns the value of attribute message_template_arn.
2086 2087 2088 |
# File 'sig/types.rbs', line 2086 def @message_template_arn end |
#message_template_id ⇒ ::String
Returns the value of attribute message_template_id.
2087 2088 2089 |
# File 'sig/types.rbs', line 2087 def @message_template_id end |
#name ⇒ ::String
Returns the value of attribute name.
2090 2091 2092 |
# File 'sig/types.rbs', line 2090 def name @name end |
#source_configuration ⇒ Types::MessageTemplateSourceConfiguration
Returns the value of attribute source_configuration.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def source_configuration @source_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def @tags end |