Class: Aws::Types::SendTemplatedEmailRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendTemplatedEmailRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#destination ⇒ Types::Destination
Returns the value of attribute destination.
-
#reply_to_addresses ⇒ ::Array[::String]
Returns the value of attribute reply_to_addresses.
-
#return_path ⇒ ::String
Returns the value of attribute return_path.
-
#return_path_arn ⇒ ::String
Returns the value of attribute return_path_arn.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#tags ⇒ ::Array[Types::MessageTag]
Returns the value of attribute tags.
-
#template ⇒ ::String
Returns the value of attribute template.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
-
#template_data ⇒ ::String
Returns the value of attribute template_data.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
919 920 921 |
# File 'sig/types.rbs', line 919 def configuration_set_name @configuration_set_name end |
#destination ⇒ Types::Destination
Returns the value of attribute destination.
913 914 915 |
# File 'sig/types.rbs', line 913 def destination @destination end |
#reply_to_addresses ⇒ ::Array[::String]
Returns the value of attribute reply_to_addresses.
914 915 916 |
# File 'sig/types.rbs', line 914 def reply_to_addresses @reply_to_addresses end |
#return_path ⇒ ::String
Returns the value of attribute return_path.
915 916 917 |
# File 'sig/types.rbs', line 915 def return_path @return_path end |
#return_path_arn ⇒ ::String
Returns the value of attribute return_path_arn.
917 918 919 |
# File 'sig/types.rbs', line 917 def return_path_arn @return_path_arn end |
#source ⇒ ::String
Returns the value of attribute source.
912 913 914 |
# File 'sig/types.rbs', line 912 def source @source end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
916 917 918 |
# File 'sig/types.rbs', line 916 def source_arn @source_arn end |
#tags ⇒ ::Array[Types::MessageTag]
Returns the value of attribute tags.
918 919 920 |
# File 'sig/types.rbs', line 918 def @tags end |
#template ⇒ ::String
Returns the value of attribute template.
920 921 922 |
# File 'sig/types.rbs', line 920 def template @template end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
921 922 923 |
# File 'sig/types.rbs', line 921 def template_arn @template_arn end |
#template_data ⇒ ::String
Returns the value of attribute template_data.
922 923 924 |
# File 'sig/types.rbs', line 922 def template_data @template_data end |