Class: Aws::Types::SendEmailRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendEmailRequest
- 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.
-
#message ⇒ Types::Message
Returns the value of attribute message.
-
#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.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
885 886 887 |
# File 'sig/types.rbs', line 885 def configuration_set_name @configuration_set_name end |
#destination ⇒ Types::Destination
Returns the value of attribute destination.
878 879 880 |
# File 'sig/types.rbs', line 878 def destination @destination end |
#message ⇒ Types::Message
Returns the value of attribute message.
879 880 881 |
# File 'sig/types.rbs', line 879 def @message end |
#reply_to_addresses ⇒ ::Array[::String]
Returns the value of attribute reply_to_addresses.
880 881 882 |
# File 'sig/types.rbs', line 880 def reply_to_addresses @reply_to_addresses end |
#return_path ⇒ ::String
Returns the value of attribute return_path.
881 882 883 |
# File 'sig/types.rbs', line 881 def return_path @return_path end |
#return_path_arn ⇒ ::String
Returns the value of attribute return_path_arn.
883 884 885 |
# File 'sig/types.rbs', line 883 def return_path_arn @return_path_arn end |
#source ⇒ ::String
Returns the value of attribute source.
877 878 879 |
# File 'sig/types.rbs', line 877 def source @source end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
882 883 884 |
# File 'sig/types.rbs', line 882 def source_arn @source_arn end |
#tags ⇒ ::Array[Types::MessageTag]
Returns the value of attribute tags.
884 885 886 |
# File 'sig/types.rbs', line 884 def @tags end |