Class: Aws::Redshift::Types::DeleteEventSubscriptionMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DeleteEventSubscriptionMessage
- Defined in:
- gems/aws-sdk-redshift/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.
3718 3719 3720 3721 3722 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3718 class DeleteEventSubscriptionMessage < Struct.new( :subscription_name) SENSITIVE = [] include Aws::Structure end |