Class: Aws::DatabaseMigrationService::Types::DeleteEventSubscriptionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_subscriptionTypes::EventSubscription

The event subscription that was deleted.



2238
2239
2240
2241
2242
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2238

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