# File lib/aws/sns/subscription.rb, line 30
      def initialize(arn, opts = {})
        @arn = arn
        @topic = opts[:topic]
        @endpoint = opts[:endpoint]
        @protocol = opts[:protocol]
        @owner_id = opts[:owner_id]
        super
      end