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)


12401
12402
12403
12404
12405
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 12401

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