Class: Aws::DocDB::Types::DeleteEventSubscriptionMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::DeleteEventSubscriptionMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdb/types.rb
Overview
Represents the input to DeleteEventSubscription.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subscription_name ⇒ String
The name of the Amazon DocumentDB event notification subscription that you want to delete.
Instance Attribute Details
#subscription_name ⇒ String
The name of the Amazon DocumentDB event notification subscription that you want to delete.
2583 2584 2585 2586 2587 |
# File 'lib/aws-sdk-docdb/types.rb', line 2583 class DeleteEventSubscriptionMessage < Struct.new( :subscription_name) SENSITIVE = [] include Aws::Structure end |