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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



2517
2518
2519
2520
2521
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2517

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