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_set_name::String

Returns the value of attribute configuration_set_name.

Returns:



663
664
665
# File 'sig/types.rbs', line 663

def configuration_set_name
  @configuration_set_name
end

#contentTypes::EmailContent

Returns the value of attribute content.

Returns:



661
662
663
# File 'sig/types.rbs', line 661

def content
  @content
end

#destinationTypes::Destination

Returns the value of attribute destination.

Returns:



658
659
660
# File 'sig/types.rbs', line 658

def destination
  @destination
end

#email_tags::Array[Types::MessageTag]

Returns the value of attribute email_tags.

Returns:



662
663
664
# File 'sig/types.rbs', line 662

def email_tags
  @email_tags
end

#feedback_forwarding_email_address::String

Returns the value of attribute feedback_forwarding_email_address.

Returns:



660
661
662
# File 'sig/types.rbs', line 660

def feedback_forwarding_email_address
  @feedback_forwarding_email_address
end

#from_email_address::String

Returns the value of attribute from_email_address.

Returns:



657
658
659
# File 'sig/types.rbs', line 657

def from_email_address
  @from_email_address
end

#reply_to_addresses::Array[::String]

Returns the value of attribute reply_to_addresses.

Returns:



659
660
661
# File 'sig/types.rbs', line 659

def reply_to_addresses
  @reply_to_addresses
end