Class: Aws::Types::AccountSettingsNotificationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AccountSettingsNotificationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#sns_configuration ⇒ Types::SnsConfiguration
Returns the value of attribute sns_configuration.
Instance Attribute Details
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
18 19 20 |
# File 'sig/types.rbs', line 18 def role_arn @role_arn end |
#sns_configuration ⇒ Types::SnsConfiguration
Returns the value of attribute sns_configuration.
17 18 19 |
# File 'sig/types.rbs', line 17 def sns_configuration @sns_configuration end |