Class: Aws::Types::SendTemplatedEmailRequest

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)


919
920
921
# File 'sig/types.rbs', line 919

def configuration_set_name
  @configuration_set_name
end

#destinationTypes::Destination

Returns the value of attribute destination.

Returns:



913
914
915
# File 'sig/types.rbs', line 913

def destination
  @destination
end

#reply_to_addresses::Array[::String]

Returns the value of attribute reply_to_addresses.

Returns:

  • (::Array[::String])


914
915
916
# File 'sig/types.rbs', line 914

def reply_to_addresses
  @reply_to_addresses
end

#return_path::String

Returns the value of attribute return_path.

Returns:

  • (::String)


915
916
917
# File 'sig/types.rbs', line 915

def return_path
  @return_path
end

#return_path_arn::String

Returns the value of attribute return_path_arn.

Returns:

  • (::String)


917
918
919
# File 'sig/types.rbs', line 917

def return_path_arn
  @return_path_arn
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


912
913
914
# File 'sig/types.rbs', line 912

def source
  @source
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


916
917
918
# File 'sig/types.rbs', line 916

def source_arn
  @source_arn
end

#tags::Array[Types::MessageTag]

Returns the value of attribute tags.

Returns:



918
919
920
# File 'sig/types.rbs', line 918

def tags
  @tags
end

#template::String

Returns the value of attribute template.

Returns:

  • (::String)


920
921
922
# File 'sig/types.rbs', line 920

def template
  @template
end

#template_arn::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


921
922
923
# File 'sig/types.rbs', line 921

def template_arn
  @template_arn
end

#template_data::String

Returns the value of attribute template_data.

Returns:

  • (::String)


922
923
924
# File 'sig/types.rbs', line 922

def template_data
  @template_data
end