Class: Aws::Types::NotificationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::NotificationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#notification_type ⇒ ::String
Returns the value of attribute notification_type.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def auto_scaling_group_name @auto_scaling_group_name end |
#notification_type ⇒ ::String
Returns the value of attribute notification_type.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def notification_type @notification_type end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def topic_arn @topic_arn end |