Class: Aws::Types::InAppTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::InAppTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#content ⇒ ::Array[Types::InAppMessageContent]
Returns the value of attribute content.
-
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
-
#custom_config ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_config.
-
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
-
#layout ⇒ "BOTTOM_BANNER", ...
Returns the value of attribute layout.
-
#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.
2035 2036 2037 |
# File 'sig/types.rbs', line 2035 def arn @arn end |
#content ⇒ ::Array[Types::InAppMessageContent]
Returns the value of attribute content.
2036 2037 2038 |
# File 'sig/types.rbs', line 2036 def content @content end |
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
2037 2038 2039 |
# File 'sig/types.rbs', line 2037 def creation_date @creation_date end |
#custom_config ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_config.
2038 2039 2040 |
# File 'sig/types.rbs', line 2038 def custom_config @custom_config end |
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
2039 2040 2041 |
# File 'sig/types.rbs', line 2039 def last_modified_date @last_modified_date end |
#layout ⇒ "BOTTOM_BANNER", ...
Returns the value of attribute layout.
2040 2041 2042 |
# File 'sig/types.rbs', line 2040 def layout @layout end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2041 2042 2043 |
# File 'sig/types.rbs', line 2041 def @tags end |
#template_description ⇒ ::String
Returns the value of attribute template_description.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def template_description @template_description end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
2043 2044 2045 |
# File 'sig/types.rbs', line 2043 def template_name @template_name end |
#template_type ⇒ "EMAIL", ...
Returns the value of attribute template_type.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def template_type @template_type end |
#version ⇒ ::String
Returns the value of attribute version.
2045 2046 2047 |
# File 'sig/types.rbs', line 2045 def version @version end |