Class: Aws::Types::SendEmailRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • (::String)


1882
1883
1884
# File 'sig/types.rbs', line 1882

def configuration_set_name
  @configuration_set_name
end

#contentTypes::EmailContent

Returns the value of attribute content.

Returns:



1880
1881
1882
# File 'sig/types.rbs', line 1880

def content
  @content
end

#destinationTypes::Destination

Returns the value of attribute destination.

Returns:



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.

Returns:



1881
1882
1883
# File 'sig/types.rbs', line 1881

def email_tags
  @email_tags
end

#endpoint_id::String

Returns the value of attribute endpoint_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1875
1876
1877
# File 'sig/types.rbs', line 1875

def from_email_address_identity_arn
  @from_email_address_identity_arn
end

#list_management_optionsTypes::ListManagementOptions

Returns the value of attribute list_management_options.



1885
1886
1887
# File 'sig/types.rbs', line 1885

def list_management_options
  @list_management_options
end

#reply_to_addresses::Array[::String]

Returns the value of attribute reply_to_addresses.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


1884
1885
1886
# File 'sig/types.rbs', line 1884

def tenant_name
  @tenant_name
end