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.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def auto_scaling_group_name @auto_scaling_group_name end |
#notification_types ⇒ ::Array[::String]
Returns the value of attribute notification_types.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def notification_types @notification_types end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def topic_arn @topic_arn end |