Class: Aws::Types::NotifyConfigurationType
- Inherits:
-
Object
- Object
- Aws::Types::NotifyConfigurationType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#block_email ⇒ Types::NotifyEmailType
Returns the value of attribute block_email.
-
#from ⇒ ::String
Returns the value of attribute from.
-
#mfa_email ⇒ Types::NotifyEmailType
Returns the value of attribute mfa_email.
-
#no_action_email ⇒ Types::NotifyEmailType
Returns the value of attribute no_action_email.
-
#reply_to ⇒ ::String
Returns the value of attribute reply_to.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
Instance Attribute Details
#block_email ⇒ Types::NotifyEmailType
Returns the value of attribute block_email.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def block_email @block_email end |
#from ⇒ ::String
Returns the value of attribute from.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def from @from end |
#mfa_email ⇒ Types::NotifyEmailType
Returns the value of attribute mfa_email.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def mfa_email @mfa_email end |
#no_action_email ⇒ Types::NotifyEmailType
Returns the value of attribute no_action_email.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def no_action_email @no_action_email end |
#reply_to ⇒ ::String
Returns the value of attribute reply_to.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def reply_to @reply_to end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def source_arn @source_arn end |