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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/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)


11503
11504
11505
11506
11507
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 11503

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