Class: Aws::Types::TemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::TemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
-
#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.
2873 2874 2875 |
# File 'sig/types.rbs', line 2873 def arn @arn end |
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
2874 2875 2876 |
# File 'sig/types.rbs', line 2874 def creation_date @creation_date end |
#default_substitutions ⇒ ::String
Returns the value of attribute default_substitutions.
2875 2876 2877 |
# File 'sig/types.rbs', line 2875 def default_substitutions @default_substitutions end |
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
2876 2877 2878 |
# File 'sig/types.rbs', line 2876 def last_modified_date @last_modified_date end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2877 2878 2879 |
# File 'sig/types.rbs', line 2877 def @tags end |
#template_description ⇒ ::String
Returns the value of attribute template_description.
2878 2879 2880 |
# File 'sig/types.rbs', line 2878 def template_description @template_description end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
2879 2880 2881 |
# File 'sig/types.rbs', line 2879 def template_name @template_name end |
#template_type ⇒ "EMAIL", ...
Returns the value of attribute template_type.
2880 2881 2882 |
# File 'sig/types.rbs', line 2880 def template_type @template_type end |
#version ⇒ ::String
Returns the value of attribute version.
2881 2882 2883 |
# File 'sig/types.rbs', line 2881 def version @version end |