Class: Aws::Types::SendEmailRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendEmailRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_overrides ⇒ Types::ConfigurationOverrides
Returns the value of attribute configuration_overrides.
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#content ⇒ Types::EmailContent
Returns the value of attribute content.
-
#destination ⇒ Types::Destination
Returns the value of attribute destination.
-
#email_tags ⇒ ::Array[Types::MessageTag]
Returns the value of attribute email_tags.
-
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
-
#feedback_forwarding_email_address ⇒ ::String
Returns the value of attribute feedback_forwarding_email_address.
-
#feedback_forwarding_email_address_identity_arn ⇒ ::String
Returns the value of attribute feedback_forwarding_email_address_identity_arn.
-
#from_email_address ⇒ ::String
Returns the value of attribute from_email_address.
-
#from_email_address_identity_arn ⇒ ::String
Returns the value of attribute from_email_address_identity_arn.
-
#list_management_options ⇒ Types::ListManagementOptions
Returns the value of attribute list_management_options.
-
#reply_to_addresses ⇒ ::Array[::String]
Returns the value of attribute reply_to_addresses.
-
#tenant_name ⇒ ::String
Returns the value of attribute tenant_name.
Instance Attribute Details
#configuration_overrides ⇒ Types::ConfigurationOverrides
Returns the value of attribute configuration_overrides.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def configuration_overrides @configuration_overrides end |
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
1882 1883 1884 |
# File 'sig/types.rbs', line 1882 def configuration_set_name @configuration_set_name end |
#content ⇒ Types::EmailContent
Returns the value of attribute content.
1880 1881 1882 |
# File 'sig/types.rbs', line 1880 def content @content end |
#destination ⇒ Types::Destination
Returns the value of attribute destination.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def destination @destination end |
#email_tags ⇒ ::Array[Types::MessageTag]
Returns the value of attribute email_tags.
1881 1882 1883 |
# File 'sig/types.rbs', line 1881 def @email_tags end |
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
1883 1884 1885 |
# File 'sig/types.rbs', line 1883 def endpoint_id @endpoint_id end |
#feedback_forwarding_email_address ⇒ ::String
Returns the value of attribute feedback_forwarding_email_address.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def feedback_forwarding_email_address @feedback_forwarding_email_address end |
#feedback_forwarding_email_address_identity_arn ⇒ ::String
Returns the value of attribute feedback_forwarding_email_address_identity_arn.
1879 1880 1881 |
# File 'sig/types.rbs', line 1879 def feedback_forwarding_email_address_identity_arn @feedback_forwarding_email_address_identity_arn end |
#from_email_address ⇒ ::String
Returns the value of attribute from_email_address.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def from_email_address @from_email_address end |
#from_email_address_identity_arn ⇒ ::String
Returns the value of attribute from_email_address_identity_arn.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def from_email_address_identity_arn @from_email_address_identity_arn end |
#list_management_options ⇒ Types::ListManagementOptions
Returns the value of attribute list_management_options.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def @list_management_options end |
#reply_to_addresses ⇒ ::Array[::String]
Returns the value of attribute reply_to_addresses.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def reply_to_addresses @reply_to_addresses end |
#tenant_name ⇒ ::String
Returns the value of attribute tenant_name.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def tenant_name @tenant_name end |