Class: Aws::Notifications::Types::DeleteNotificationConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-notifications/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the ‘NotificationConfiguration` to delete.

Returns:

  • (String)


390
391
392
393
394
# File 'lib/aws-sdk-notifications/types.rb', line 390

class DeleteNotificationConfigurationRequest < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end