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
- Struct
- Aws::Neptune::Types::AddSourceIdentifierToSubscriptionMessage
- Defined in:
- (unknown)
Overview
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
-
#source_identifier ⇒ String
The identifier of the event source to be added.
-
#subscription_name ⇒ String
The name of the event notification subscription you want to add a source identifier to.
Instance Attribute Details
#source_identifier ⇒ String
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.
#subscription_name ⇒ String
The name of the event notification subscription you want to add a source identifier to.