Class: Aws::Types::SendBulkTemplatedEmailRequest

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:



841
842
843
# File 'sig/types.rbs', line 841

def configuration_set_name
  @configuration_set_name
end

#default_tags::Array[Types::MessageTag]

Returns the value of attribute default_tags.

Returns:



842
843
844
# File 'sig/types.rbs', line 842

def default_tags
  @default_tags
end

#default_template_data::String

Returns the value of attribute default_template_data.

Returns:



845
846
847
# File 'sig/types.rbs', line 845

def default_template_data
  @default_template_data
end

#destinations::Array[Types::BulkEmailDestination]

Returns the value of attribute destinations.

Returns:



846
847
848
# File 'sig/types.rbs', line 846

def destinations
  @destinations
end

#reply_to_addresses::Array[::String]

Returns the value of attribute reply_to_addresses.

Returns:



838
839
840
# File 'sig/types.rbs', line 838

def reply_to_addresses
  @reply_to_addresses
end

#return_path::String

Returns the value of attribute return_path.

Returns:



839
840
841
# File 'sig/types.rbs', line 839

def return_path
  @return_path
end

#return_path_arn::String

Returns the value of attribute return_path_arn.

Returns:



840
841
842
# File 'sig/types.rbs', line 840

def return_path_arn
  @return_path_arn
end

#source::String

Returns the value of attribute source.

Returns:



836
837
838
# File 'sig/types.rbs', line 836

def source
  @source
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:



837
838
839
# File 'sig/types.rbs', line 837

def source_arn
  @source_arn
end

#template::String

Returns the value of attribute template.

Returns:



843
844
845
# File 'sig/types.rbs', line 843

def template
  @template
end

#template_arn::String

Returns the value of attribute template_arn.

Returns:



844
845
846
# File 'sig/types.rbs', line 844

def template_arn
  @template_arn
end