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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


64
65
66
67
68
69
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 64

class AddSourceIdentifierToSubscriptionMessage < Struct.new(
  :subscription_name,
  :source_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#subscription_nameString

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

Returns:

  • (String)


64
65
66
67
68
69
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 64

class AddSourceIdentifierToSubscriptionMessage < Struct.new(
  :subscription_name,
  :source_identifier)
  SENSITIVE = []
  include Aws::Structure
end