Class: Aws::AutoScaling::Types::DeleteNotificationConfigurationType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)


1710
1711
1712
1713
1714
1715
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 1710

class DeleteNotificationConfigurationType < Struct.new(
  :auto_scaling_group_name,
  :topic_arn)
  SENSITIVE = []
  include Aws::Structure
end

#topic_arnString

The Amazon Resource Name (ARN) of the Amazon SNS topic.

Returns:

  • (String)


1710
1711
1712
1713
1714
1715
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 1710

class DeleteNotificationConfigurationType < Struct.new(
  :auto_scaling_group_name,
  :topic_arn)
  SENSITIVE = []
  include Aws::Structure
end