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.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def auto_scaling_group_name @auto_scaling_group_name end |
#notification_type ⇒ ::String
Returns the value of attribute notification_type.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def notification_type @notification_type end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def topic_arn @topic_arn end |