Class: Aws::Types::DeleteNotificationConfigurationType

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_name::String

Returns the value of attribute auto_scaling_group_name.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def auto_scaling_group_name
  @auto_scaling_group_name
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def topic_arn
  @topic_arn
end