You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDS::Types::RemoveSourceIdentifierFromSubscriptionMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RemoveSourceIdentifierFromSubscriptionMessage as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#source_identifierString

The source identifier to be removed from the subscription, such as the DB instance identifier for a DB instance or the name of a security group.

Returns:

  • (String)

    The source identifier to be removed from the subscription, such as the DB instance identifier for a DB instance or the name of a security group.

#subscription_nameString

The name of the RDS event notification subscription you want to remove a source identifier from.

Returns:

  • (String)

    The name of the RDS event notification subscription you want to remove a source identifier from.