Class: Aws::Types::SendRawEmailRequest

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:



902
903
904
# File 'sig/types.rbs', line 902

def configuration_set_name
  @configuration_set_name
end

#destinations::Array[::String]

Returns the value of attribute destinations.

Returns:



896
897
898
# File 'sig/types.rbs', line 896

def destinations
  @destinations
end

#from_arn::String

Returns the value of attribute from_arn.

Returns:



898
899
900
# File 'sig/types.rbs', line 898

def from_arn
  @from_arn
end

#raw_messageTypes::RawMessage

Returns the value of attribute raw_message.

Returns:



897
898
899
# File 'sig/types.rbs', line 897

def raw_message
  @raw_message
end

#return_path_arn::String

Returns the value of attribute return_path_arn.

Returns:



900
901
902
# File 'sig/types.rbs', line 900

def return_path_arn
  @return_path_arn
end

#source::String

Returns the value of attribute source.

Returns:



895
896
897
# File 'sig/types.rbs', line 895

def source
  @source
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:



899
900
901
# File 'sig/types.rbs', line 899

def source_arn
  @source_arn
end

#tags::Array[Types::MessageTag]

Returns the value of attribute tags.

Returns:



901
902
903
# File 'sig/types.rbs', line 901

def tags
  @tags
end