Class: Aws::DatabaseMigrationService::Types::DeleteEventSubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DeleteEventSubscriptionResponse
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_subscription ⇒ Types::EventSubscription
The event subscription that was deleted.
Instance Attribute Details
#event_subscription ⇒ Types::EventSubscription
The event subscription that was deleted.
2547 2548 2549 2550 2551 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2547 class DeleteEventSubscriptionResponse < Struct.new( :event_subscription) SENSITIVE = [] include Aws::Structure end |