Class: Aws::Types::SendBulkEmailRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendBulkEmailRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bulk_email_entries ⇒ ::Array[Types::BulkEmailEntry]
Returns the value of attribute bulk_email_entries.
-
#configuration_overrides ⇒ Types::ConfigurationOverrides
Returns the value of attribute configuration_overrides.
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#default_content ⇒ Types::BulkEmailContent
Returns the value of attribute default_content.
-
#default_email_tags ⇒ ::Array[Types::MessageTag]
Returns the value of attribute default_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.
-
#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
#bulk_email_entries ⇒ ::Array[Types::BulkEmailEntry]
Returns the value of attribute bulk_email_entries.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def bulk_email_entries @bulk_email_entries end |
#configuration_overrides ⇒ Types::ConfigurationOverrides
Returns the value of attribute configuration_overrides.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def configuration_overrides @configuration_overrides end |
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def configuration_set_name @configuration_set_name end |
#default_content ⇒ Types::BulkEmailContent
Returns the value of attribute default_content.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def default_content @default_content end |
#default_email_tags ⇒ ::Array[Types::MessageTag]
Returns the value of attribute default_email_tags.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def @default_email_tags end |
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def endpoint_id @endpoint_id end |
#feedback_forwarding_email_address ⇒ ::String
Returns the value of attribute feedback_forwarding_email_address.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 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.
1845 1846 1847 |
# File 'sig/types.rbs', line 1845 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.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def from_email_address @from_email_address end |
#from_email_address_identity_arn ⇒ ::String
Returns the value of attribute from_email_address_identity_arn.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def from_email_address_identity_arn @from_email_address_identity_arn end |
#reply_to_addresses ⇒ ::Array[::String]
Returns the value of attribute reply_to_addresses.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def reply_to_addresses @reply_to_addresses end |
#tenant_name ⇒ ::String
Returns the value of attribute tenant_name.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def tenant_name @tenant_name end |