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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-docdb/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)


2499
2500
2501
2502
2503
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 2499

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