Class: Aws::Types::EmailConfigurationType
- Inherits:
-
Object
- Object
- Aws::Types::EmailConfigurationType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set ⇒ ::String
Returns the value of attribute configuration_set.
-
#email_sending_account ⇒ "COGNITO_DEFAULT", "DEVELOPER"
Returns the value of attribute email_sending_account.
-
#from ⇒ ::String
Returns the value of attribute from.
-
#reply_to_email_address ⇒ ::String
Returns the value of attribute reply_to_email_address.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
Instance Attribute Details
#configuration_set ⇒ ::String
Returns the value of attribute configuration_set.
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.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def email_sending_account @email_sending_account end |
#from ⇒ ::String
Returns the value of attribute from.
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.
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.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def source_arn @source_arn end |