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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subscription_nameString

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

Returns:

  • (String)


12007
12008
12009
12010
12011
# File 'lib/aws-sdk-rds/types.rb', line 12007

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