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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_subscriptionTypes::EventSubscription

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



21724
21725
21726
21727
21728
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21724

class RemoveSourceIdentifierFromSubscriptionResult < Struct.new(
  :event_subscription)
  SENSITIVE = []
  include Aws::Structure
end