Class: Aws::Types::SendRawEmailRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendRawEmailRequest
- 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.
-
#destinations ⇒ ::Array[::String]
Returns the value of attribute destinations.
-
#from_arn ⇒ ::String
Returns the value of attribute from_arn.
-
#raw_message ⇒ Types::RawMessage
Returns the value of attribute raw_message.
-
#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.
902 903 904 |
# File 'sig/types.rbs', line 902 def configuration_set_name @configuration_set_name end |
#destinations ⇒ ::Array[::String]
Returns the value of attribute destinations.
896 897 898 |
# File 'sig/types.rbs', line 896 def destinations @destinations end |
#from_arn ⇒ ::String
Returns the value of attribute from_arn.
898 899 900 |
# File 'sig/types.rbs', line 898 def from_arn @from_arn end |
#raw_message ⇒ Types::RawMessage
Returns the value of attribute raw_message.
897 898 899 |
# File 'sig/types.rbs', line 897 def end |
#return_path_arn ⇒ ::String
Returns the value of attribute return_path_arn.
900 901 902 |
# File 'sig/types.rbs', line 900 def return_path_arn @return_path_arn end |
#source ⇒ ::String
Returns the value of attribute source.
895 896 897 |
# File 'sig/types.rbs', line 895 def source @source end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
899 900 901 |
# File 'sig/types.rbs', line 899 def source_arn @source_arn end |
#tags ⇒ ::Array[Types::MessageTag]
Returns the value of attribute tags.
901 902 903 |
# File 'sig/types.rbs', line 901 def end |