Class: Aws::DocDB::Types::RemoveSourceIdentifierFromSubscriptionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::RemoveSourceIdentifierFromSubscriptionResult
- Defined in:
- gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_subscription ⇒ Types::EventSubscription
Detailed information about an event to which you have subscribed.
Instance Attribute Details
#event_subscription ⇒ Types::EventSubscription
Detailed information about an event to which you have subscribed.
4845 4846 4847 4848 4849 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 4845 class RemoveSourceIdentifierFromSubscriptionResult < Struct.new( :event_subscription) SENSITIVE = [] include Aws::Structure end |