Class: Aws::Redshift::Types::DeleteEventSubscriptionMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DeleteEventSubscriptionMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subscription_name ⇒ String
The name of the Amazon Redshift event notification subscription to be deleted.
Instance Attribute Details
#subscription_name ⇒ String
The name of the Amazon Redshift event notification subscription to be deleted.
3728 3729 3730 3731 3732 |
# File 'lib/aws-sdk-redshift/types.rb', line 3728 class DeleteEventSubscriptionMessage < Struct.new( :subscription_name) SENSITIVE = [] include Aws::Structure end |