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.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def block_email @block_email end |
#from ⇒ ::String
Returns the value of attribute from.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def from @from end |
#mfa_email ⇒ Types::NotifyEmailType
Returns the value of attribute mfa_email.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def mfa_email @mfa_email end |
#no_action_email ⇒ Types::NotifyEmailType
Returns the value of attribute no_action_email.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def no_action_email @no_action_email end |
#reply_to ⇒ ::String
Returns the value of attribute reply_to.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def reply_to @reply_to end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def source_arn @source_arn end |