Class: Aws::Types::SendBulkEmailRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bulk_email_entries::Array[Types::BulkEmailEntry]

Returns the value of attribute bulk_email_entries.

Returns:



1848
1849
1850
# File 'sig/types.rbs', line 1848

def bulk_email_entries
  @bulk_email_entries
end

#configuration_overridesTypes::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.

Returns:

  • (::String)


1849
1850
1851
# File 'sig/types.rbs', line 1849

def configuration_set_name
  @configuration_set_name
end

#default_contentTypes::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.

Returns:



1846
1847
1848
# File 'sig/types.rbs', line 1846

def default_email_tags
  @default_email_tags
end

#endpoint_id::String

Returns the value of attribute endpoint_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


1851
1852
1853
# File 'sig/types.rbs', line 1851

def tenant_name
  @tenant_name
end