Class: Aws::RDS::Types::DeleteEventSubscriptionMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Note:

When making an API call, you may pass DeleteEventSubscriptionMessage data as a hash:

{
  subscription_name: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#subscription_nameString

The name of the RDS event notification subscription you want to delete.

Returns:

  • (String)


6373
6374
6375
6376
# File 'lib/aws-sdk-rds/types.rb', line 6373

class DeleteEventSubscriptionMessage < Struct.new(
  :subscription_name)
  include Aws::Structure
end