Class: Aws::Neptune::Types::DeleteEventSubscriptionMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::DeleteEventSubscriptionMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptune/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subscription_name ⇒ String
The name of the event notification subscription you want to delete.
Instance Attribute Details
#subscription_name ⇒ String
The name of the event notification subscription you want to delete.
3749 3750 3751 3752 3753 |
# File 'lib/aws-sdk-neptune/types.rb', line 3749 class DeleteEventSubscriptionMessage < Struct.new( :subscription_name) SENSITIVE = [] include Aws::Structure end |