Class: Aws::DatabaseMigrationService::Types::DeleteEventSubscriptionMessage

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

#subscription_nameString

The name of the DMS event notification subscription to be deleted.

Returns:

  • (String)


2226
2227
2228
2229
2230
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2226

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