Class: Aws::Types::SMSTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::SMSTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#body ⇒ ::String
Returns the value of attribute body.
-
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
-
#default_substitutions ⇒ ::String
Returns the value of attribute default_substitutions.
-
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
-
#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.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#template_type ⇒ "EMAIL", ...
Returns the value of attribute template_type.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2609 2610 2611 |
# File 'sig/types.rbs', line 2609 def arn @arn end |
#body ⇒ ::String
Returns the value of attribute body.
2610 2611 2612 |
# File 'sig/types.rbs', line 2610 def body @body end |
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
2611 2612 2613 |
# File 'sig/types.rbs', line 2611 def creation_date @creation_date end |
#default_substitutions ⇒ ::String
Returns the value of attribute default_substitutions.
2612 2613 2614 |
# File 'sig/types.rbs', line 2612 def default_substitutions @default_substitutions end |
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
2613 2614 2615 |
# File 'sig/types.rbs', line 2613 def last_modified_date @last_modified_date end |
#recommender_id ⇒ ::String
Returns the value of attribute recommender_id.
2614 2615 2616 |
# File 'sig/types.rbs', line 2614 def recommender_id @recommender_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2615 2616 2617 |
# File 'sig/types.rbs', line 2615 def @tags end |
#template_description ⇒ ::String
Returns the value of attribute template_description.
2616 2617 2618 |
# File 'sig/types.rbs', line 2616 def template_description @template_description end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
2617 2618 2619 |
# File 'sig/types.rbs', line 2617 def template_name @template_name end |
#template_type ⇒ "EMAIL", ...
Returns the value of attribute template_type.
2618 2619 2620 |
# File 'sig/types.rbs', line 2618 def template_type @template_type end |
#version ⇒ ::String
Returns the value of attribute version.
2619 2620 2621 |
# File 'sig/types.rbs', line 2619 def version @version end |