Class: Aws::DocDB::Types::DeleteEventSubscriptionMessage

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

Overview

Represents the input to DeleteEventSubscription.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subscription_nameString

The name of the Amazon DocumentDB event notification subscription that you want to delete.

Returns:

  • (String)


2370
2371
2372
2373
2374
# File 'lib/aws-sdk-docdb/types.rb', line 2370

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