Class: Aws::AutoScaling::Types::DeleteNotificationConfigurationType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::DeleteNotificationConfigurationType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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 SNS topic.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
1705 1706 1707 1708 1709 1710 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 1705 class DeleteNotificationConfigurationType < Struct.new( :auto_scaling_group_name, :topic_arn) SENSITIVE = [] include Aws::Structure end |
#topic_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon SNS topic.
1705 1706 1707 1708 1709 1710 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 1705 class DeleteNotificationConfigurationType < Struct.new( :auto_scaling_group_name, :topic_arn) SENSITIVE = [] include Aws::Structure end |