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.
2499 2500 2501 2502 2503 |
# File 'lib/aws-sdk-docdb/types.rb', line 2499 class DeleteEventSubscriptionMessage < Struct.new( :subscription_name) SENSITIVE = [] include Aws::Structure end |