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:

  • (::String)


885
886
887
# File 'sig/types.rbs', line 885

def configuration_set_name
  @configuration_set_name
end

#destinationTypes::Destination

Returns the value of attribute destination.

Returns:



878
879
880
# File 'sig/types.rbs', line 878

def destination
  @destination
end

#messageTypes::Message

Returns the value of attribute message.

Returns:



879
880
881
# File 'sig/types.rbs', line 879

def message
  @message
end

#reply_to_addresses::Array[::String]

Returns the value of attribute reply_to_addresses.

Returns:

  • (::Array[::String])


880
881
882
# File 'sig/types.rbs', line 880

def reply_to_addresses
  @reply_to_addresses
end

#return_path::String

Returns the value of attribute return_path.

Returns:

  • (::String)


881
882
883
# File 'sig/types.rbs', line 881

def return_path
  @return_path
end

#return_path_arn::String

Returns the value of attribute return_path_arn.

Returns:

  • (::String)


883
884
885
# File 'sig/types.rbs', line 883

def return_path_arn
  @return_path_arn
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


877
878
879
# File 'sig/types.rbs', line 877

def source
  @source
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


882
883
884
# File 'sig/types.rbs', line 882

def source_arn
  @source_arn
end

#tags::Array[Types::MessageTag]

Returns the value of attribute tags.

Returns:



884
885
886
# File 'sig/types.rbs', line 884

def tags
  @tags
end