Class: Aws::RDS::Types::DeleteEventSubscriptionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DeleteEventSubscriptionResult
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_subscription ⇒ Types::EventSubscription
Contains the results of a successful invocation of the
DescribeEventSubscriptions
action.
Instance Attribute Details
#event_subscription ⇒ Types::EventSubscription
Contains the results of a successful invocation of the
DescribeEventSubscriptions
action.
12020 12021 12022 12023 12024 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 12020 class DeleteEventSubscriptionResult < Struct.new( :event_subscription) SENSITIVE = [] include Aws::Structure end |