You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AutoScaling::Types::DeleteNotificationConfigurationType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::DeleteNotificationConfigurationType
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteNotificationConfigurationType as input to an Aws::Client method, you can use a vanilla Hash:
{
auto_scaling_group_name: "ResourceName", # required
topic_arn: "ResourceName", # required
}
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
-
#topic_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (Amazon SNS) topic.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
#topic_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (Amazon SNS) topic.