Class: Aws::Types::DeactivateMessageTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeactivateMessageTemplateResponse
- 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.
974 975 976 |
# File 'sig/types.rbs', line 974 def @message_template_arn end |
#message_template_id ⇒ ::String
Returns the value of attribute message_template_id.
975 976 977 |
# File 'sig/types.rbs', line 975 def @message_template_id end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
976 977 978 |
# File 'sig/types.rbs', line 976 def version_number @version_number end |