class Aws::DocDB::Types::RemoveSourceIdentifierFromSubscriptionMessage

Represents the input to RemoveSourceIdentifierFromSubscription.

@note When making an API call, you may pass RemoveSourceIdentifierFromSubscriptionMessage

data as a hash:

    {
      subscription_name: "String", # required
      source_identifier: "String", # required
    }

@!attribute [rw] subscription_name

The name of the Amazon DocumentDB event notification subscription
that you want to remove a source identifier from.
@return [String]

@!attribute [rw] source_identifier

The source identifier to be removed from the subscription, such as
the instance identifier for an instance, or the name of a security
group.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/RemoveSourceIdentifierFromSubscriptionMessage AWS API Documentation

Constants

SENSITIVE