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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subscription_nameString

The name of the Amazon Redshift event notification subscription to be deleted.

Returns:

  • (String)


3663
3664
3665
3666
3667
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3663

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