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)


1062
1063
1064
# File 'sig/types.rbs', line 1062

def configuration_set
  @configuration_set
end

#email_sending_account"COGNITO_DEFAULT", "DEVELOPER"

Returns the value of attribute email_sending_account.

Returns:

  • ("COGNITO_DEFAULT", "DEVELOPER")


1060
1061
1062
# File 'sig/types.rbs', line 1060

def 
  @email_sending_account
end

#from::String

Returns the value of attribute from.

Returns:

  • (::String)


1061
1062
1063
# File 'sig/types.rbs', line 1061

def from
  @from
end

#reply_to_email_address::String

Returns the value of attribute reply_to_email_address.

Returns:

  • (::String)


1059
1060
1061
# File 'sig/types.rbs', line 1059

def reply_to_email_address
  @reply_to_email_address
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


1058
1059
1060
# File 'sig/types.rbs', line 1058

def source_arn
  @source_arn
end