Class: Aws::Redshift::Types::DeleteEventSubscriptionMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/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 Amazon Redshift event notification subscription to be deleted.

Returns:

  • (String)


2719
2720
2721
2722
# File 'lib/aws-sdk-redshift/types.rb', line 2719

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