Class: Aws::Types::MessageTemplateVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::MessageTemplateVersionSummary
- 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.
-
#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.
-
#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.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#channel ⇒ ::String
Returns the value of attribute channel.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def channel @channel end |
#channel_subtype ⇒ "EMAIL", ...
Returns the value of attribute channel_subtype.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def channel_subtype @channel_subtype end |
#is_active ⇒ Boolean
Returns the value of attribute is_active.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def is_active @is_active end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def knowledge_base_id @knowledge_base_id end |
#message_template_arn ⇒ ::String
Returns the value of attribute message_template_arn.
2104 2105 2106 |
# File 'sig/types.rbs', line 2104 def @message_template_arn end |
#message_template_id ⇒ ::String
Returns the value of attribute message_template_id.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def @message_template_id end |
#name ⇒ ::String
Returns the value of attribute name.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def name @name end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def version_number @version_number end |