Class: Aws::Neptune::Types::RemoveSourceIdentifierFromSubscriptionMessage

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 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)


7200
7201
7202
7203
7204
7205
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 7200

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

#subscription_nameString

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

Returns:

  • (String)


7200
7201
7202
7203
7204
7205
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 7200

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