Class: Aws::RDS::Types::RemoveSourceIdentifierFromSubscriptionMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/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)


21915
21916
21917
21918
21919
21920
# File 'lib/aws-sdk-rds/types.rb', line 21915

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

#subscription_nameString

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

Returns:

  • (String)


21915
21916
21917
21918
21919
21920
# File 'lib/aws-sdk-rds/types.rb', line 21915

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