Class: Aws::Types::ActivateMessageTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::ActivateMessageTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message_template_arn ⇒ ::String
Returns the value of attribute message_template_arn.
-
#message_template_id ⇒ ::String
Returns the value of attribute message_template_id.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#message_template_arn ⇒ ::String
Returns the value of attribute message_template_arn.
242 243 244 |
# File 'sig/types.rbs', line 242 def @message_template_arn end |
#message_template_id ⇒ ::String
Returns the value of attribute message_template_id.
243 244 245 |
# File 'sig/types.rbs', line 243 def @message_template_id end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
244 245 246 |
# File 'sig/types.rbs', line 244 def version_number @version_number end |