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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2075
2076
2077
2078
2079
2080
# File 'lib/aws-sdk-autoscaling/types.rb', line 2075

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)


2075
2076
2077
2078
2079
2080
# File 'lib/aws-sdk-autoscaling/types.rb', line 2075

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