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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3718
3719
3720
3721
3722
# File 'lib/aws-sdk-redshift/types.rb', line 3718

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