Class: Aws::Types::SendBulkTemplatedEmailRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendBulkTemplatedEmailRequest
- 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.
-
#default_tags ⇒ ::Array[Types::MessageTag]
Returns the value of attribute default_tags.
-
#default_template_data ⇒ ::String
Returns the value of attribute default_template_data.
-
#destinations ⇒ ::Array[Types::BulkEmailDestination]
Returns the value of attribute destinations.
-
#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.
-
#template ⇒ ::String
Returns the value of attribute template.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
841 842 843 |
# File 'sig/types.rbs', line 841 def configuration_set_name @configuration_set_name end |
#default_tags ⇒ ::Array[Types::MessageTag]
Returns the value of attribute default_tags.
842 843 844 |
# File 'sig/types.rbs', line 842 def end |
#default_template_data ⇒ ::String
Returns the value of attribute default_template_data.
845 846 847 |
# File 'sig/types.rbs', line 845 def default_template_data @default_template_data end |
#destinations ⇒ ::Array[Types::BulkEmailDestination]
Returns the value of attribute destinations.
846 847 848 |
# File 'sig/types.rbs', line 846 def destinations @destinations end |
#reply_to_addresses ⇒ ::Array[::String]
Returns the value of attribute reply_to_addresses.
838 839 840 |
# File 'sig/types.rbs', line 838 def reply_to_addresses @reply_to_addresses end |
#return_path ⇒ ::String
Returns the value of attribute return_path.
839 840 841 |
# File 'sig/types.rbs', line 839 def return_path @return_path end |
#return_path_arn ⇒ ::String
Returns the value of attribute return_path_arn.
840 841 842 |
# File 'sig/types.rbs', line 840 def return_path_arn @return_path_arn end |
#source ⇒ ::String
Returns the value of attribute source.
836 837 838 |
# File 'sig/types.rbs', line 836 def source @source end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
837 838 839 |
# File 'sig/types.rbs', line 837 def source_arn @source_arn end |
#template ⇒ ::String
Returns the value of attribute template.
843 844 845 |
# File 'sig/types.rbs', line 843 def template @template end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
844 845 846 |
# File 'sig/types.rbs', line 844 def template_arn @template_arn end |