Class: Aws::Types::RenderMessageTemplateResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:attributes_not_interpolated])

Instance Attribute Summary collapse

Instance Attribute Details

#attachments::Array[Types::MessageTemplateAttachment]

Returns the value of attribute attachments.

Returns:



2535
2536
2537
# File 'sig/types.rbs', line 2535

def attachments
  @attachments
end

#attributes_not_interpolated::Array[::String]

Returns the value of attribute attributes_not_interpolated.

Returns:

  • (::Array[::String])


2534
2535
2536
# File 'sig/types.rbs', line 2534

def attributes_not_interpolated
  @attributes_not_interpolated
end

#contentTypes::MessageTemplateContentProvider

Returns the value of attribute content.



2532
2533
2534
# File 'sig/types.rbs', line 2532

def content
  @content
end

#source_configuration_summaryTypes::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