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.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def auto_scaling_group_name @auto_scaling_group_name end |
#notification_types ⇒ ::Array[::String]
Returns the value of attribute notification_types.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def notification_types @notification_types end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def topic_arn @topic_arn end |