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

Class: Aws::Neptune::Types::AddSourceIdentifierToSubscriptionMessage

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

Overview

Note:

When passing AddSourceIdentifierToSubscriptionMessage 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 identifier of the event source to be added.

Constraints:

  • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

  • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

  • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

  • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

Returns:

  • (String)

    The identifier of the event source to be added.

#subscription_nameString

The name of the event notification subscription you want to add a source identifier to.

Returns:

  • (String)

    The name of the event notification subscription you want to add a source identifier to.