Class: Aws::DocDB::Types::RemoveSourceIdentifierFromSubscriptionMessage

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

Overview

Represents the input to RemoveSourceIdentifierFromSubscription.

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 instance identifier for an instance, or the name of a security group.

Returns:

  • (String)


5002
5003
5004
5005
5006
5007
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 5002

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

#subscription_nameString

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

Returns:

  • (String)


5002
5003
5004
5005
5006
5007
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 5002

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