Class: Aws::Types::PutNotificationConfigurationType
- Inherits:
-
Object
- Object
- Aws::Types::PutNotificationConfigurationType
- 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_types ⇒ ::Array[::String]
Returns the value of attribute notification_types.
-
#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.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def auto_scaling_group_name @auto_scaling_group_name end |
#notification_types ⇒ ::Array[::String]
Returns the value of attribute notification_types.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def notification_types @notification_types end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def topic_arn @topic_arn end |