Class: Aws::Types::RenderMessageTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::RenderMessageTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachments ⇒ ::Array[Types::MessageTemplateAttachment]
Returns the value of attribute attachments.
-
#attributes_not_interpolated ⇒ ::Array[::String]
Returns the value of attribute attributes_not_interpolated.
-
#content ⇒ Types::MessageTemplateContentProvider
Returns the value of attribute content.
-
#source_configuration_summary ⇒ Types::MessageTemplateSourceConfigurationSummary
Returns the value of attribute source_configuration_summary.
Instance Attribute Details
#attachments ⇒ ::Array[Types::MessageTemplateAttachment]
Returns the value of attribute attachments.
2535 2536 2537 |
# File 'sig/types.rbs', line 2535 def @attachments end |
#attributes_not_interpolated ⇒ ::Array[::String]
Returns the value of attribute attributes_not_interpolated.
2534 2535 2536 |
# File 'sig/types.rbs', line 2534 def attributes_not_interpolated @attributes_not_interpolated end |
#content ⇒ Types::MessageTemplateContentProvider
Returns the value of attribute content.
2532 2533 2534 |
# File 'sig/types.rbs', line 2532 def content @content end |
#source_configuration_summary ⇒ Types::MessageTemplateSourceConfigurationSummary
Returns the value of attribute source_configuration_summary.
2533 2534 2535 |
# File 'sig/types.rbs', line 2533 def source_configuration_summary @source_configuration_summary end |