Class: Aws::Neptune::Types::AddSourceIdentifierToSubscriptionMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::AddSourceIdentifierToSubscriptionMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptune/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
64 65 66 67 68 69 |
# File 'lib/aws-sdk-neptune/types.rb', line 64 class AddSourceIdentifierToSubscriptionMessage < Struct.new( :subscription_name, :source_identifier) SENSITIVE = [] include Aws::Structure end |
#subscription_name ⇒ String
The name of the event notification subscription you want to add a source identifier to.
64 65 66 67 68 69 |
# File 'lib/aws-sdk-neptune/types.rb', line 64 class AddSourceIdentifierToSubscriptionMessage < Struct.new( :subscription_name, :source_identifier) SENSITIVE = [] include Aws::Structure end |