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

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


21710
21711
21712
21713
21714
21715
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21710

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)


21710
21711
21712
21713
21714
21715
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21710

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