Class: Aws::RDS::Types::RemoveSourceIdentifierFromSubscriptionResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#event_subscriptionTypes::EventSubscription

Contains the results of a successful invocation of the DescribeEventSubscriptions action.



10603
10604
10605
10606
# File 'lib/aws-sdk-rds/types.rb', line 10603

class RemoveSourceIdentifierFromSubscriptionResult < Struct.new(
  :event_subscription)
  include Aws::Structure
end