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.
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.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def email_sending_account @email_sending_account end |
#from ⇒ ::String
Returns the value of attribute from.
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.
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.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def source_arn @source_arn end |