Class: Aws::Types::SMSTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::SMSTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#default_substitutions ⇒ ::String
Returns the value of attribute default_substitutions.
-
#recommender_id ⇒ ::String
Returns the value of attribute recommender_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#template_description ⇒ ::String
Returns the value of attribute template_description.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
2600 2601 2602 |
# File 'sig/types.rbs', line 2600 def body @body end |
#default_substitutions ⇒ ::String
Returns the value of attribute default_substitutions.
2601 2602 2603 |
# File 'sig/types.rbs', line 2601 def default_substitutions @default_substitutions end |
#recommender_id ⇒ ::String
Returns the value of attribute recommender_id.
2602 2603 2604 |
# File 'sig/types.rbs', line 2602 def recommender_id @recommender_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2603 2604 2605 |
# File 'sig/types.rbs', line 2603 def end |
#template_description ⇒ ::String
Returns the value of attribute template_description.
2604 2605 2606 |
# File 'sig/types.rbs', line 2604 def template_description @template_description end |