Class: Aws::Types::EmailConfigurationType

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set::String

Returns the value of attribute configuration_set.

Returns:

  • (::String)


1043
1044
1045
# File 'sig/types.rbs', line 1043

def configuration_set
  @configuration_set
end

#email_sending_account"COGNITO_DEFAULT", "DEVELOPER"

Returns the value of attribute email_sending_account.

Returns:

  • ("COGNITO_DEFAULT", "DEVELOPER")


1041
1042
1043
# File 'sig/types.rbs', line 1041

def 
  @email_sending_account
end

#from::String

Returns the value of attribute from.

Returns:

  • (::String)


1042
1043
1044
# File 'sig/types.rbs', line 1042

def from
  @from
end

#reply_to_email_address::String

Returns the value of attribute reply_to_email_address.

Returns:

  • (::String)


1040
1041
1042
# File 'sig/types.rbs', line 1040

def reply_to_email_address
  @reply_to_email_address
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


1039
1040
1041
# File 'sig/types.rbs', line 1039

def source_arn
  @source_arn
end