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.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def auto_scaling_group_name @auto_scaling_group_name end |
#notification_type ⇒ ::String
Returns the value of attribute notification_type.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def notification_type @notification_type end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def topic_arn @topic_arn end |